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


IRelationship.OriginObject Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

IRelationship.OriginObject Property

The origin object.

[Visual Basic .NET]
Public ReadOnly Property OriginObject As IObject
[C#]
public IObject OriginObject {get;}
[C++]
HRESULT get_OriginObject(
  IObject** OriginObject
);
[C++]

Parameters OriginObject [out, retval]
OriginObject is a parameter of type IObject

Product Availability

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

See Also

IRelationship Interface