Description

Remove one graphic object from the collection.

Return Type

None  

Syntax

object.Remove Object, [DeleteLinkedFeatures]

The Remove Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McGraphOverlay.
ObjectRequired. An Object object.

The graphic object to remove from the collection.

DeleteLinkedFeaturesOptional. A Boolean value.

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.