ModelingDocView.BaseLoadView Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.