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