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


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

IRelationship.DestinationObject Property

The destination object.

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

DestinationObject is a parameter of type IObject**

Product Availability

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

See Also

IRelationship Interface