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


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

IRelationshipClassInfo.TargetID Property

Indicates if the targetID of the child replica.

[Visual Basic .NET]
Public ReadOnly Property TargetID As Integer
[C#]
public int TargetID {get;}
[C++]
HRESULT get_TargetID(
  System.Int32* TargetID
);
[C++]
Parameters
TargetID [out, retval]

TargetID is a parameter of type long*

Product Availability

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

See Also

IRelationshipClassInfo Interface