DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.Point | Methods | Properties
Access to individual points in a part.
// C# public TGIS_Point3D Point[_pos int] { get {} set {} }
' VisualBasic Public Property Point(ByVal _pos As Integer] As TGIS_Point3D Get End Get Set(ByVal value As TGIS_Point3D) End Set End Property
// Oxygene public property Point[ _pos : Integer ] : TGIS_Point3D read read;
Name | Type | Description |
---|---|---|
_pos | int Integer | index of individual point on a shape; points are counted from 0 to PointCount. |
Type |
---|
TGIS_Point3D |