Removes an IMcBasicView from the McViews collection.
Return Type
None
Syntax
object.RemoveView
The Remove Method syntax has these parts:
Part
Description
object
An expression evaluating to an object of type McViews.
View
Required. 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.