ArcObjects Library Reference (GeoDatabase)  

IDERelationshipClassEx.OriginClassKeys Property

An array with the relationship class keys (IGPRelationshipClassKey) of the origin classes.

[Visual Basic .NET]
Public Property OriginClassKeys As IArray
[C#]
public IArray OriginClassKeys {get; set;}
[C++]
HRESULT get_OriginClassKeys(
  IArray** OriginClassKeys
);
[C++]
HRESULT putref_OriginClassKeys(
  IArray* OriginClassKeys
);
[C++]

Parameters

OriginClassKeys [out, retval]

  OriginClassKeys is a parameter of type IArray

OriginClassKeys [in]

  OriginClassKeys is a parameter of type IArray

Product Availability

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

See Also

IDERelationshipClassEx Interface