IMcGraphObj2Layer Property
|
|
This object's display layer number.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxProperty Layer As Integer
Get
Set
Property Value
Type:
Int32
RemarksThere are 10 display layers, numbered from 0 through 9. If you assign
the value of -1 to this property, then the Layer is set to the McGraphOverlay.DefaultLayer
of the graph object's Overlay. In this case, if Overlay.DefaultLayer is -1,
then the Layer is copied from this object's template object.
The LabelObject is always in the same layer as the master object.
See Also