Description

Add one McGraphObj instance to the collection.

Return Type

None  

Syntax

object.Add pimcgraphobjToAdd

The Add Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDisplayedObjects.
pimcgraphobjToAddRequired. A McGraphObj object.

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.DisplayObjects collection will be initially empty if you pass in the mcdoDoNotPopulate flag as the mcdoFlags argument.