DK11 for .NET | TatukGIS.NDK.TGIS_Shape.Create | Overloads | Constructors | Fields | Methods | Properties
Create a shape instance.
// C# public virtual TGIS_Shape( TGIS_DimensionType _dim );
' VisualBasic Public Overridable Sub New( ByVal _dim As TGIS_DimensionType )
// Oxygene public constructor ( _dim : TGIS_DimensionType ); virtual;
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.