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


IReplicaDescription2.FindRelationshipClassInfoByName Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IReplicaDescription2 Interface > IReplicaDescription2.FindRelationshipClassInfoByName Method
ArcGIS Developer Help

IReplicaDescription2.FindRelationshipClassInfoByName Method

Gets the relationship class description.

[Visual Basic .NET]
Public Function FindRelationshipClassInfoByName ( _
    ByVal Name As String, _
    ByVal database As String, _
    ByVal Owner As String _
) As IRelationshipClassInfo
[C#]
public IRelationshipClassInfo FindRelationshipClassInfoByName (
    string Name,
    string database,
    string Owner
);
[C++]
HRESULT FindRelationshipClassInfoByName(
  BSTR Name,
  BSTR database,
  BSTR Owner
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR database [in]
database is a parameter of type BSTR Owner [in]
Owner is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IReplicaDescription2 Interface