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


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

IEdgeMatchEnvironment.MatchAttributes Property

Indicates if the attributes will be matched.

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

Product Availability

Available with ArcGIS Desktop.

Remarks

If this value is true then you will need to set a fieldmap for the IEdgematch::Init method

See Also

IEdgeMatchEnvironment Interface