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


IRelationshipClass.DestinationClass Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipClass Interface > IRelationshipClass.DestinationClass Property
ArcGIS Developer Help

IRelationshipClass.DestinationClass Property

The destination object class.

[Visual Basic .NET]
Public ReadOnly Property DestinationClass As IObjectClass
[C#]
public IObjectClass DestinationClass {get;}
[C++]
HRESULT get_DestinationClass(
  IObjectClass** DestinationClass
);
[C++]
Parameters
DestinationClass [out, retval]

DestinationClass is a parameter of type IObjectClass**

Product Availability

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

See Also

IRelationshipClass Interface