User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.zorderex

Table of Contents

ITGIS_Layer.ZOrderEx property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.ZOrderEx | Methods | Properties

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.

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

Syntax

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

Value

Type
int
Integer

Remarks

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

2022/11/16 01:09

Page Tools