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


IRelQueryTableName2.RelationshipClassName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelQueryTableName2 Interface > IRelQueryTableName2.RelationshipClassName Property
ArcGIS Developer Help

IRelQueryTableName2.RelationshipClassName Property

The name object for the RelationshipClass that defines the RelQueryTable.

[Visual Basic .NET]
Public Property RelationshipClassName As IName
[C#]
public IName RelationshipClassName {get; set;}
[C++]
HRESULT get_RelationshipClassName(
  IName* relClassName
);
[C++]
HRESULT putref_RelationshipClassName(
  IName** relClassName
);
[C++]
Parameters
relClassName [in]

relClassName is a parameter of type IName* relClassName [out, retval]
relClassName is a parameter of type IName**

Product Availability

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

See Also

IRelQueryTableName2 Interface