DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.EditShape | Methods | Properties
Starts editing of a shape given by _shp. Only the part given by _part will be in edit mode.
// C# public void EditShape( ITGIS_ShapeAbstract _shp, int _part );
' VisualBasic Public Sub EditShape( ByVal _shp As ITGIS_ShapeAbstract, ByVal _part As Integer )
// Oxygene public procedure EditShape( _shp : ITGIS_ShapeAbstract; _part : Integer );
Name | Type | Description |
---|---|---|
_shp | ITGIS_ShapeAbstract | shape to be edited |
_part | int Integer | part in _shape to be edited |