DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.SupportedShapes | Methods | Properties
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;