DK11 for .NET | TatukGIS.NDK.TGIS_ShapePolygon.Create | Overloads | Constructors | Fields | Methods | Properties
Create a shape instance.
Available also on: Delphi | Java | Python.
Overrides TGIS_Shape.TGIS_Shape(TGIS_DimensionType).
// C# public override TGIS_ShapePolygon( TGIS_DimensionType _dim );
' VisualBasic Public Overrides Sub New( ByVal _dim As TGIS_DimensionType )
// Oxygene public constructor ( _dim : TGIS_DimensionType ); override;
Name | Type | Description |
---|---|---|
_dim | TGIS_DimensionType | Dimension |
Use this method to create a shape. Internally it calls Recreate method.