DK11 for .NET | TatukGIS.NDK.TGIS_LayerVector.SupportedShapes | Constructors | Fields | Methods | Properties | Events
Set of shapes supported by a layer. The meaning of this is shapes that can be created, saved etc.
// C# public TGIS_ShapeTypes SupportedShapes { get {} set {} }
' VisualBasic Public Property SupportedShapes As TGIS_ShapeTypes Get End Get Set(ByVal value As TGIS_ShapeTypes) End Set End Property
// Oxygene public property SupportedShapes : TGIS_ShapeTypes read read;