ActiveView

Property of IBaseDocument

Description

Returns active view of the document

Property type

Read-Only Property of type IBaseView

Syntax

JavaScript

var pView = BaseDocument.ActiveView;

==== Visual Basic Script ====

pView = BaseDocument.ActiveView

==== C++ ====

CComPtr<IBaseView> pView;
HRESULT hr = BaseDocument.get_ActiveView(&pView);

===== See Also ===== IBaseDocument