DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.Create_ | Methods | Properties
Create a shape instance.
// C# public void Create_( TGIS_DimensionType _dim );
' VisualBasic Public Sub Create_( ByVal _dim As TGIS_DimensionType )
// Oxygene public procedure Create_( _dim : TGIS_DimensionType );
Name | Type | Description |
---|---|---|
_dim | TGIS_DimensionType | Dimension |
Use this method to create a shape. Internally it calls Recreate method.
This is a simple procedure showing how to add a shape to the layer.