ArcObjects Library Reference (EditorExt)  

ITopologyExtension.ActiveErrorGeometryType Property

The geometry type of the selected error.

[Visual Basic .NET]
Public ReadOnly Property ActiveErrorGeometryType As esriGeometryType
[C#]
public esriGeometryType ActiveErrorGeometryType {get;}

Product Availability

Available with ArcGIS Desktop.

Remarks

If the set of currently active errors have multiple geometry types or if there are no active errors, ActiveErrorGeometryType will return 0.

See Also

ITopologyExtension Interface