DK for .NET | TatukGIS.NDK.TGIS_Shape.Create | Overloads | Constructors | Fields | Methods | Properties
Create a shape instance.
// C# public TGIS_Shape();
' VisualBasic Public Sub New()
// Oxygene public constructor ;
TGIS_LayerVector.CreateShape is recommended instead.PURPOSE: Initialize a new shape object for a specific geometry type managed by the vector-layer framework.
BEHAVIOR: Creates the shape instance and initializes its internal state by callingRecreate.
CONSTRAINTS: This constructor is primarily intended for internal or advanced use. In most application code, create shapes through the owning vector layer.
This is a simple procedure showing how to add a shape to the layer.