This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERelationshipClassEx Interface > IDERelationshipClassEx.OriginClassNames Property (ArcObjects .NET 10.4 SDK) |
The names of the origin classes.
[Visual Basic .NET] Public Property OriginClassNames As IStringArray
[C#] public IStringArray OriginClassNames {get; set;}
[C++]
HRESULT get_OriginClassNames(
IStringArray** OriginClassNames
);
[C++]
HRESULT putref_OriginClassNames(
IStringArray* OriginClassNames
);
[C++]
Parameters OriginClassNames [out, retval]
OriginClassNames is a parameter of type IStringArray OriginClassNames [in]
OriginClassNames is a parameter of type IStringArray