DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Dimension | Methods | Properties
Shape dimensionality: 2D (X/Y), 3D (X/Y/Z), or 4D (X/Y/Z/M).
// C# public TGIS_DimensionType Dimension { get {} }
' VisualBasic Public Property Dimension As TGIS_DimensionType Get End Get End Property
// Oxygene public property Dimension : TGIS_DimensionType read;
| Type |
|---|
| TGIS_DimensionType |
PURPOSE: Query the coordinate dimension model used by the shape so callers can safely work with XY, Z, and M values.
BEHAVIOR: The value is assigned when the shape is created and comes from TGIS_DimensionType. It determines whether the geometry stores only XY coordinates or also includes elevation (Z) and measure (M) ordinates.
CONSTRAINTS: Read-only. The dimension type is fixed for the shape instance.