DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.MovePoint | Methods | Properties
Move a point of the current part of the currently edited shape to a new location.
// C# public void MovePoint( int _pos, ITGIS_Point3D _ptg );
' VisualBasic Public Sub MovePoint( ByVal _pos As Integer, ByVal _ptg As ITGIS_Point3D )
// Oxygene public procedure MovePoint( _pos : Integer; _ptg : ITGIS_Point3D );
Name | Type | Description |
---|---|---|
_pos | int Integer | which point will be moved; points are counted from 1 |
_ptg | ITGIS_Point3D | new location; expected Viewer coordinate system |
The numbering of points differs by 1 from the numbering of points displayed on the screen.