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


IEdgeMatchEnvironment.PreventDuplicateLinks Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (EditorExt)  

IEdgeMatchEnvironment.PreventDuplicateLinks Property

Indicates if no duplicate links will be created.

[Visual Basic .NET]
Public Property PreventDuplicateLinks As Boolean
[C#]
public bool PreventDuplicateLinks {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

This property prevents links from being created between source and target features if they have been created previously.

See Also

IEdgeMatchEnvironment Interface