Click or drag to resize

IMcGraphObjLineClassName Property

The class name of a McGraphObj-derived class.

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 ClassName As String
	Get

Return Value

Type: String
the name of the McGraphObj class.

Implements

IMcGraphObjRectClassName
Remarks
The class name will be "McGraphObj" for McGraphObj instances, and will be something like "McGraphObjPoly" or "McGraphObjText" for derived objects. This class name is the same name that is passed as the Class argument to the McGraphOverlay.Add and McGraphOverlay.Template methods.
See Also