ArcObjects Library Reference (PublisherControls)  

IARControlDefault.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

IARControlDefault Interface