scripting:api:base-view:document

Document

Property of IBaseView

Document associated with view

Read-Only Property of type IBaseDocument

var pDocument = BaseView.Document;

==== Visual Basic Script ====

pDocument = BaseView.Document

==== C++ ====

CComPtr<IBaseDocument> pDocument;
HRESULT hr = BaseView.get_Document(&pDocument);

===== See Also ===== IBaseView