DK for ActiveX | TatukGIS_XDK11.ITGIS_Shape.ShapeType | Methods | Properties
Geometry type of the shape.
// C# public TGIS_ShapeType ShapeType { get {} }
' VisualBasic Public Property ShapeType As TGIS_ShapeType Get End Get End Property
// Oxygene public property ShapeType : TGIS_ShapeType read;
| Type |
|---|
| TGIS_ShapeType |
PURPOSE: Identifies whether the shape represents a point, multipoint, arc/line, polygon, or another supported vector geometry type.
BEHAVIOR: The value determines how the coordinate arrays, parts, and geometry operations should be interpreted for this shape.
USAGE: Use this property to branch logic for geometry-specific processing such as area, length, labeling, or rendering.
CONSTRAINTS: Read-only. The shape type is an intrinsic property of the shape and is not changed dynamically.