Click or drag to resize

IDisplayedObjectsAdd Method

Add one McGraphObj instance to the collection.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Sub Add ( 
	pimcgraphobjToAdd As McGraphObj
)

Parameters

pimcgraphobjToAdd
Type: MediaCy.IQL.Display.OverlaysMcGraphObj
The McGraphObj instance to add.
Remarks
Any McGraphObj-derived interface (e.g., McGraphObjRect) can be added. The added graph object does not have to be linked to our Parent McFeatures instance, nor does it have to have any particular McGraphOverlay. This allows you to add graph objects to the collection for convenient group manipulation. The McFeatures.DisplayedObjects collection will be initially empty if you pass in the mcdoDoNotPopulate flag as the mcdoFlags argument.
See Also