User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.zorder

Table of Contents

ITGIS_Layer.ZOrder property

DK for ActiveX | TatukGIS_XDK11.ITGIS_Layer.ZOrder | Methods | Properties

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 | Python.

Syntax

// C#
public Integer ZOrder
{
  get {}
  set {}
}
' VisualBasic
Public Property ZOrder As Integer
  Get
  End Get
  Set(ByVal value As Integer)
  End Set
End Property
// Oxygene
public
  property ZOrder : Integer read read;

Value

Type
int
Integer

Remarks

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

2025/01/31 01:04

Page Tools