DK11 for Java | tatukgis.jdk.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).
// Java public TGIS_LayerDormantMode getDormantMode(); public void setDormantMode( TGIS_LayerDormantMode _value );
// Oxygene public property DormantMode : TGIS_LayerDormantMode read write;