Click or drag to resize

IMcGraphOverlayRemove Method

Remove one graphic object from the 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 ( 
	Object As Object,
	Optional DeleteLinkedFeatures As Boolean = false
)

Parameters

Object
Type: SystemObject
The graphic object to remove from the collection.
DeleteLinkedFeatures (Optional)
Type: SystemBoolean
If TRUE, then any linked IMcFeatures 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.
See Also