DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.AddPointEx | Methods | Properties
Add a new point for a group.
// C# public void AddPointEx( ITGIS_Point3D _ptg );
' VisualBasic Public Sub AddPointEx( ByVal _ptg As ITGIS_Point3D )
// Oxygene public procedure AddPointEx( _ptg : ITGIS_Point3D );
Name | Type | Description |
---|---|---|
_ptg | ITGIS_Point3D | point to be added; expected Viewer coordinate system |
Use this method to the tail of the current part of the currently edited shape within a group. See TGIS_Shape.Reverse for example.