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


IDEGdbTable.RelationshipClassNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbTable Interface > IDEGdbTable.RelationshipClassNames Property
ArcGIS Developer Help

IDEGdbTable.RelationshipClassNames Property

The names of the Relationship Classes this object class participates in.

[Visual Basic .NET]
Public Property RelationshipClassNames As IStringArray
[C#]
public IStringArray RelationshipClassNames {get; set;}
[C++]
HRESULT get_RelationshipClassNames(
  IStringArray** RelationshipClassNames
);
[C++]
HRESULT putref_RelationshipClassNames(
  IStringArray* RelationshipClassNames
);
[C++]
Parameters
RelationshipClassNames [out, retval]

RelationshipClassNames is a parameter of type IStringArray** RelationshipClassNames [in]
RelationshipClassNames is a parameter of type IStringArray*

Product Availability

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

See Also

IDEGdbTable Interface