IMcGraphObjLineRemove Method
|
|
Removes this object from the McGraphOverlay collection.
Namespace:
MediaCy.IQL.Display.Overlays
Assembly:
MediaCy.IQL.Display.Overlays (in MediaCy.IQL.Display.Overlays.dll) Version: 10.0.6912.0
SyntaxSub Remove (
Optional DeleteLinkedFeatures As Boolean = false
)
Parameters
- DeleteLinkedFeatures (Optional)
- Type: SystemBoolean
If True, then any linked McFeatures
feature is deleted as well. If False, only the graph object is removed, but
any linked feature is left intact. It is False by default.
Implements
IMcGraphObjRectRemove(Boolean)
RemarksThis will clear the object from the overlay, but it will only be destroyed
when its last reference will be released.
See Also