Description

Removes an IMcBasicView from the McViews collection.

Return Type

None  

Syntax

object.Remove View

The Remove Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McViews.
ViewRequired. An Object object.

The IDispatch interface for the IMcBasicView instance to remove.

Remarks

McViews will unregister from the view _IMcBasicViewEvents or _IMcBasicViews event service. The view will be removed only if it is part of the McViews collection. It is not an error to pass a IMcBasicView instance that is not in the collection; such an argument is just ignored.