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


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

IDERelationshipClassEx.OriginClassNames Property

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*

Product Availability

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

See Also

IDERelationshipClassEx Interface