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


IRelationshipClassInfo.TargetID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  long* 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