ArcObjects Library Reference (CatalogUI)  

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

.NET Related Topics

CatalogUI