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


ITopologyExtension.ActiveErrorGeometryType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EditorExt > ESRI.ArcGIS.EditorExt > Interfaces > IT > ITopologyExtension Interface > ITopologyExtension.ActiveErrorGeometryType Property
ArcGIS Developer Help

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