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


IDisplacementLinkElement.ID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > ID > IDisplacementLinkElement Interface > IDisplacementLinkElement.ID Property
ArcGIS Developer Help

IDisplacementLinkElement.ID Property

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