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