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


IGxPreview.ViewClassID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CatalogUI > ESRI.ArcGIS.CatalogUI > Interfaces > IG > IGxPreview Interface > IGxPreview.ViewClassID Property
ArcGIS Developer Help

IGxPreview.ViewClassID Property

The class ID of the current view.

[Visual Basic .NET]
Public Property ViewClassID As UID
[C#]
public UID ViewClassID {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

TheViewClassID property is used to set and retrieve the current view through its UID. Setting the UID is the only method for changing the current view within the GxPreview object.

See Also

IGxPreview Interface