ModelingDocView.BaseLoadView Method

Definition

To be called when the associated DocData is finished loading or reloading, primarily from DocView.LoadView(). Performs any basic initialization required after loading a new DocData into the view.

protected:
 bool BaseLoadView();
protected bool BaseLoadView ();
member this.BaseLoadView : unit -> bool
Protected Function BaseLoadView () As Boolean

Returns

true if the document was able to be loaded. A return value of false indicates that the view should be closed.

Applies to