DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.CreatePart | Methods | Properties
Create and activate the editing procedure for a new part for the current shape.
// C# public void CreatePart( ITGIS_Point3D _ptg );
' VisualBasic Public Sub CreatePart( ByVal _ptg As ITGIS_Point3D )
// Oxygene public procedure CreatePart( _ptg : ITGIS_Point3D );
Name | Type | Description |
---|---|---|
_ptg | ITGIS_Point3D | "starting" point of a new part to be created; expected Viewer coordinate system |