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