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