DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.CreateShape_2 | Methods | Properties
Create and activate editing of a new shape.
// C# public void CreateShape_2( ITGIS_LayerAbstract _layer, ITGIS_Point3D _ptg, TGIS_ShapeType _type, TGIS_DimensionType _dim );
' VisualBasic Public Sub CreateShape_2( ByVal _layer As ITGIS_LayerAbstract, ByVal _ptg As ITGIS_Point3D, ByVal _type As TGIS_ShapeType, ByVal _dim As TGIS_DimensionType )
// Oxygene public procedure CreateShape_2( _layer : ITGIS_LayerAbstract; _ptg : ITGIS_Point3D; _type : TGIS_ShapeType; _dim : TGIS_DimensionType );
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_ShapeType.Unknown then shape of default type will be created |
_dim | TGIS_DimensionType | dimension of shape to be created; it must be type supported by layer; if TGIS_ShapeType.Unknown then shape of default dimension will be created |