Click or drag to resize

IDisplayedObjectsRemoveGraphObj Method

All McGraphObj instances in the collection are Removed from their McGraphOverlay.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Sub RemoveGraphObj
Remarks
This operation also empties this McDisplayedObjects collection. Removing an McGraphObj from its graph overlay undisplays the graphic display and breaks any link with a feature. The feature itself is not removed or disturbed in any other way. In extremely rare cases, you may need to break the feature-links for the McGraphObj instances in the collection without undisplaying the McGraphObj instance. To do so, use the UnlinkGraphObj method instead of this one.
See Also