DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.InsertPointEx | Methods | Properties
Insert a point into the current part of the currently edited shape.
// C# public void InsertPointEx( int _pos, ITGIS_Point3D _ptg );
' VisualBasic Public Sub InsertPointEx( ByVal _pos As Integer, ByVal _ptg As ITGIS_Point3D )
// Oxygene public procedure InsertPointEx( _pos : Integer; _ptg : ITGIS_Point3D );
| Name | Type | Description |
|---|---|---|
| _pos | int Integer | Position where the point will be inserted; points are counted from 0. |
| _ptg | ITGIS_Point3D | Point to insert; expected Viewer coordinate system. |
This is similar to AddPoint except that the insertion position is specified explicitly.
The numbering of points is consistent with the numbering of points displayed on the screen.