ArcObjects Library Reference (EditorExt)  

IAdjustProperties.NextLinkID Property

Link ID.

[Visual Basic .NET]
Public ReadOnly Property NextLinkID As Integer
[C#]
public int NextLinkID {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The IAdjustProperties interface maintains an internal counter that can be used to assign ID's to programmatically created links. Initialize this counter with the IAdjustProperties::ResetLinkID method. This property returns the next number from the counter which is not necessarily the next highest link ID from the link table.

See Also

IAdjustProperties Interface