Click or drag to resize

IMcGraphObjTextCategory Property

A property used to distinguish between template, label and regular objects.

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 Category As mcGraphObjCategory
	Get

Property Value

Type: mcGraphObjCategory

Implements

IMcGraphObjRectCategory
Remarks
Users cannot set this property directly, instead it is set when the object is created using McGraphOverlay.Add.
See Also