DK11 for Delphi | GisEditor.TGIS_Editor.Point | Constructors | Methods | Properties | Events | Events
Access to individual points in a part. Points are counted from 0 to PointCount.
// Delphi public property Point[ const _pos : Integer ] : TGIS_Point3D read write;
// C++ Builder public: __property TGIS_Point3D* Point = {read, write};
Name | Type | Description |
---|---|---|
_pos | Integer | index of a point |
Type |
---|
TGIS_Point3D |