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


IDERelationshipClassEx.DestinationClassKeys 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.DestinationClassKeys Property
ArcGIS Developer Help

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