DK for Python | tatukgis_pdk.TGIS_Layer.ZOrderEx | Constructors | Methods | Properties | Events | Events
Layer position relative to other visible layers. For topmost layers ZOrderEx=0. If the Layer was not attached to the viewer then ZOrderEx=-1. To set layer as bottommost layer - regardless of the number of layers - assign any huge value, like 999999.
# Python @property def ZOrderEx( self ) -> int: @ZOrderEx.setter def ZOrderEx( self, _value: int ) -> None:
Type |
---|
int |