Click or drag to resize

IMcGraphOverlay2LayerDisplayOrder Property

Reflects and sets the display order of one or all Layers.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Property LayerDisplayOrder ( 
	Optional Layer As Integer = -1
) As Object
	Get
	Set

Parameters

Layer (Optional)
Type: SystemInt32
If given, the Layer number, from 0 through 9, for which the display order is being accessed or set. If not given or given as -1, then the display order of all layers is being accessed or set. In this case on access, the property value will be an array of long values, one for each layer. On assignment, either a scalar long value or an array of values may be supplied. If Layer is -1, then an array specifying the display order of all layers must supplied. On assignment, the LastTargetLayer property is set to this value.

Property Value

Type: Object
Remarks
By default, layers are displayed in order of their layer index, layer 0 being the backmost (drawn first) with layer 9 being the frontmost (drawn last). However, you may specify a different display order by assigning to this property. Assigning a display order of zero to a layer makes it the backmost layer, while assigning a display order of nine makes it the foremost. When any layer's display order is changed, the display order of layers between its old and new display display order will have shifted up or down as needed.
See Also