====== ActiveView ======
Property of [[:scripting:api:base-document:start|IBaseDocument]]
===== Description =====
Returns active view of the document
===== Property type =====
Read-Only Property of type **[[:scripting:api:base-view:start|IBaseView]]**
===== Syntax =====
==== JavaScript ====
var pView = BaseDocument.ActiveView;
==== Visual Basic Script ====
pView = BaseDocument.ActiveView
==== C++ ====
CComPtr pView;
HRESULT hr = BaseDocument.get_ActiveView(&pView);
===== See Also =====
[[:scripting:api:base-document:start|IBaseDocument]]
~~NOTOC~~