DK11 for Python | tatukgis.pdk.TGIS_Layer.DormantMode | Constructors | Methods | Properties | Events | 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).
# Python @property def DormantMode( self ) -> TGIS_LayerDormantMode: @DormantMode.setter def DormantMode( self, _value: TGIS_LayerDormantMode ) -> None: