Click or drag to resize

IMcGraphOverlay2LastTargetLayer Property

The Layer argument for the last assignment to LayerVisible, LayerDisplayOrder, LayerName or LayerOpacity, or the TargetLayer argument on the last call to SetObjectsLayer.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
ReadOnly Property LastTargetLayer As Integer
	Get

Property Value

Type: Int32
Remarks
This property can be accessed during an ObjectPropertyChanged notification to determine which Layer was the target of the change for an assignment to the LayerVisible, LayerDisplayOrder, LayerName or LayerOpacity property or the last call to SetObjectsLayer.
See Also