This document is archived and information here might be outdated. Recommended version. |
Indicates if view is active or not.
[Visual Basic .NET] Public Function IsActive ( _ ) As Boolean
[C#] public bool IsActive ( );
[C++]
HRESULT IsActive(
void
);
In layout view, all of the Maps and the PageLayout are active. In data view, only the focus map is active.
The PageLayout object uses this property when adding Elements; if the PageLayout is active, new elements are activated (IElement::Activate).