McGraphObjArrowClassClassName 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
SyntaxPublic Overridable ReadOnly Property ClassName As String
Get
Return Value
Type:
Stringthe name of the McGraphObj class.
Implements
IMcGraphObjArrowClassName
RemarksThe 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