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


IVersionChangesWindow.FindClass Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IV > IVersionChangesWindow Interface > IVersionChangesWindow.FindClass Method
ArcGIS Developer Help

IVersionChangesWindow.FindClass Method

Finds a cached table corresponding to specified version.

[Visual Basic .NET]
Public Function FindClass ( _
    ByVal className As String, _
    ByVal vers As esriChangeVersion _
) As IObjectClass
[C#]
public IObjectClass FindClass (
    string className,
    esriChangeVersion vers
);

Product Availability

Available with ArcGIS Desktop.

See Also

IVersionChangesWindow Interface