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


IRelationship.DestinationObject Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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