DK for Delphi | GisInterfaces.IGIS_Editor.Point | Methods | Properties
Access to individual points in a part.
// 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 individual point on a shape; points are counted from 0 to PointCount. |
Type |
---|
TGIS_Point3D |