User Tools

Site Tools


api:dk11:python:tatukgis.pdk.tgis_layer.zorder

Table of Contents

TGIS_Layer.ZOrder property

DK11 for Python | tatukgis.pdk.TGIS_Layer.ZOrder | Constructors | Methods | Properties | Events | Events

Layer's position relative to other layers. For the topmost layers, ZOrder=0. If the Layer is 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.

Available also on: Delphi | .NET | Java | ActiveX.

Syntax

# Python
@property
def ZOrder(
  self
) -> int: 
 
@ZOrder.setter
def ZOrder(
  self
  _value: int
) -> None: 

Value

Type
int

Remarks

This property takes into account all layers. To get/set order information only for visible (HideFormLegend=False) layers, use ZOrderEx property instead.

2022/11/21 01:50

Page Tools