DK11 for ActiveX | TatukGIS_XDK11.ITGIS_LayerVector.SupportedDimensions | Methods | Properties
Set of dimensions supported by a layer.
// C# public TGIS_DimensionTypes SupportedDimensions { get {} set {} }
' VisualBasic Public Property SupportedDimensions As TGIS_DimensionTypes Get End Get Set(ByVal value As TGIS_DimensionTypes) End Set End Property
// Oxygene public property SupportedDimensions : TGIS_DimensionTypes read read;