Click or drag to resize

IDisplayedObjectsUnlinkGraphObj Method

All McGraphObj instances in the collection are Unlinked from any linked feature.

Namespace:  MediaCy.IQL.Features
Assembly:  MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
Syntax
VB
Sub UnlinkGraphObj
Remarks
Unlinking an McGraphObj from its linked feature does not undisplay the graphic display; it only breaks any link with any feature. You will rarely, if ever, need to do this. This operation does not remove the McGraphObj instances from this McDisplayedObjects collection after they are unlinked. They are left in the collection for further processing. Should you wish to undisplay the McGraphObj instance while breaking the link between the McGraphObj instances and their backing features, use the RemoveGraphObj method instead of this one. Using the RemoveGraphObj method should almost always be used instead of UnlinkGraphObj, since breaking the link without Removing the McGraphObj from the graph overlay has great potential for creating confusion.
See Also