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


IAdjustProperties.NextLinkID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IA > IAdjustProperties Interface > IAdjustProperties.NextLinkID Property
ArcGIS Developer Help

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