IMcGraphOverlayRemoveAll 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
SyntaxSub 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.
RemarksObjects are removed if they are visible (mcgsVisible Style bit
set).
See Also