User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_shape.dimension

Table of Contents

ITGIS_Shape.Dimension property

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).

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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;

Value

Remarks

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.

2026/07/05 01:25

Page Tools