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


IDERelationshipClassEx.DestinationClassKeys Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IDERelationshipClassEx.DestinationClassKeys Property

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

[Visual Basic .NET]
Public Property DestinationClassKeys As IArray
[C#]
public IArray DestinationClassKeys {get; set;}
[C++]
HRESULT get_DestinationClassKeys(
  IArray** DestinationClassNames
);
[C++]
HRESULT putref_DestinationClassKeys(
  IArray* DestinationClassNames
);
[C++]

Parameters DestinationClassNames [out, retval]
DestinationClassNames is a parameter of type IArray DestinationClassNames [in]
DestinationClassNames is a parameter of type IArray

Product Availability

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

See Also

IDERelationshipClassEx Interface