DK11 for Delphi | GisEditor.TGIS_Editor.MovePoint | Constructors | Methods | Properties | Events
Move a point of the current part of the currently edited shape to a new location.
Implements IGIS_Editor.MovePoint.
// Delphi public procedure MovePoint( const _pos : Integer; const _ptg : TGIS_Point3D );
// C++ Builder public: void MovePoint( const int _pos, TGIS_Point3D* const _ptg );
Name | Type | Description |
---|---|---|
_pos | Integer | which point will be moved; points are counted from 1 |
_ptg | TGIS_Point3D | new location; expected Viewer coordinate system |