DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.CreateShape | Methods | Properties
Create and activate editing of a new shape.
// C# public void CreateShape( ITGIS_LayerAbstract _layer, ITGIS_Point3D _ptg, TGIS_ShapeType _type );
' VisualBasic Public Sub CreateShape( ByVal _layer As ITGIS_LayerAbstract, ByVal _ptg As ITGIS_Point3D, ByVal _type As TGIS_ShapeType )
// Oxygene public procedure CreateShape( _layer : ITGIS_LayerAbstract; _ptg : ITGIS_Point3D; _type : TGIS_ShapeType );
Name | Type | Description |
---|---|---|
_layer | ITGIS_LayerAbstract | TGIS_Layer which will own new shape |
_ptg | ITGIS_Point3D | "starting" 3D of a new shape to be created; expected Viewer coordinate system |
_type | TGIS_ShapeType | type of shape to be created; it must be type supported by layer; if TGIS_DimensionType.Unknown then shape of default type will be created |