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


IARControl.CurrentViewType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARControl Interface > IARControl.CurrentViewType Property
ArcGIS Developer Help

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