Click or drag to resize

IMcGraphOverlayEx Interface

An interface implemented by McGraphOverlayEx.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface IMcGraphOverlayEx

The IMcGraphOverlayEx type exposes the following members.

Properties
  NameDescription
Public propertyCommandData
Public propertyCommandFlags
Public propertyDescription
A description string for the overlay.
Public propertyDisplayName
A displayable name for the overlay.
Public propertyOptionFlags
Flags to control optional behaviors of the overlay.
Public propertySelectedLabelHandling
Flags to control optional behaviors of how labels are displayed for selected McGraphObj.
Public propertyToolCursor
A cursor to use when an identified tool is running on this overlay.
Top
Methods
  NameDescription
Public methodConvertToPoly
Replace one or more McGraphObj instances with equivalent McGraphObjPoly instances.
Top
See Also