DK11 for .NET | TatukGIS.NDK.TGIS_Layer.DormantMode | Constructors | Fields | Methods | Properties | Events
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;