Click or drag to resize

IMcGraphObjBitmapUserData Property

Set or get a user defined piece of data attached to the object.

Namespace:  MediaCy.IQL.Display.Overlays
Assembly:  MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
Syntax
VB
Property UserData As Object
	Get
	Set

Property Value

Type: Object

Implements

IMcGraphObjRectUserData
Remarks
The data is maintained internally in its VARIANT format. When an object is serialized, its UserData also saved and restored as long as it contains only numeric or string data. Arrays of data as well as arrays of VARIANT and arrays of arrays are allowed.
See Also