This document is archived and information here might be outdated.  Recommended version.


IARControl.CurrentViewType Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (PublisherControls)  

IARControl.CurrentViewType Property

The type of current view.

[Visual Basic .NET]
Public ReadOnly Property CurrentViewType As esriARViewType
[C#]
public esriARViewType CurrentViewType {get;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Returns the type of CurrentView. If no document has been loaded esriARViewTypeNone will be returned.

See Also

IARControl Interface