Click or drag to resize

IMcGraphObjLine2Remove 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
Syntax
VB
Sub 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

IMcGraphObjLineRemove(Boolean)
Remarks
This will clear the object from the overlay, but it will only be destroyed when its last reference will be released.
See Also