Click or drag to resize

IMcGraphOverlay2RemoveAll Method

Remove all visible graphic objects 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 RemoveAll ( 
	Optional DeleteLinkedFeatures As Boolean = false
)

Parameters

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.

Implements

IMcGraphOverlayRemoveAll(Boolean)
Remarks
Objects are removed if they are visible (mcgsVisible Style bit set).
See Also