This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IA > IAdjustProperties Interface > IAdjustProperties.ResetLinkID Method (ArcObjects .NET 10.5 SDK) |
Reset link ID.
[Visual Basic .NET] Public Sub ResetLinkID ( _ ByVal value As Integer _ )
[C#] public void ResetLinkID ( int value );
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.