ArcObjects Library Reference (EditorExt)  

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