Link ID.
[Visual Basic .NET]
Public Property ID As Integer
[C#]
public int ID {get; set;}
Product Availability
Available with ArcGIS Desktop.
Remarks
Use this property to set an ID for a displacement link. If links are created programmatically they will have an ID of 0 by default. Note that links do not have to have an ID to function nor do they have to be unique. The Adjustment extension maintains a counter on the
IAdjustProperties interface that can be used to assign ID's to links via code.
See Also
IDisplacementLinkElement Interface