DK11 for .NET | TatukGIS.NDK.TGIS_Layer.UnSupportedOperations | Constructors | Fields | Methods | Properties | Events
Set of operations not supported by the layer.
// C# public TGIS_OperationTypes UnSupportedOperations { get {} set {} }
' VisualBasic Public Property UnSupportedOperations As TGIS_OperationTypes Get End Get Set(ByVal value As TGIS_OperationTypes) End Set End Property
// Oxygene public property UnSupportedOperations : TGIS_OperationTypes read read;