DK for ActiveX | TatukGIS_XDK11.ITGIS_Layer.DormantMode | Methods | Properties
Dormant mode for the layer. Use: gisLayerDormantOff to turn off to conserve memory, gisLayerDormantStandard to do standard memory management, and gisLayerDormantAgressive to free as much memory as possible (can slow down operations).
// C# public TGIS_LayerDormantMode DormantMode { get {} set {} }
' VisualBasic Public Property DormantMode As TGIS_LayerDormantMode Get End Get Set(ByVal value As TGIS_LayerDormantMode) End Set End Property
// Oxygene public property DormantMode : TGIS_LayerDormantMode read read;