DK11 for Java | tatukgis.jdk.TGIS_Layer.ZOrder | Constructors | Fields | Methods | Properties | 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.
// Java public int getZOrder(); public void setZOrder( int _value );
// Oxygene public property ZOrder : Integer read write;
Type |
---|
int Integer |