This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDEGdbTable Interface > IDEGdbTable.RelationshipClassNames Property (ArcObjects .NET 10.5 SDK) |
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