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


IAdjustProperties.ResetLinkID Method (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.ResetLinkID Method
ArcGIS Developer Help

IAdjustProperties.ResetLinkID Method

Reset link ID.

[Visual Basic .NET]
Public Sub ResetLinkID ( _
    ByVal value As Integer _
)
[C#]
public void ResetLinkID (
    int value
);

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. This counter defaults to 0 and is incremented by each call to IAdjustProperties::NextLinkID. You may set this counter to the next highest link ID via code to ensure unique ID's when creating links.

See Also

IAdjustProperties Interface