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


ITopologyErrorFeature.ErrorID Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITopologyErrorFeature.ErrorID Property

ID of the error.

[Visual Basic .NET]
Public ReadOnly Property ErrorID As Integer
[C#]
public int ErrorID {get;}
[C++]
HRESULT get_ErrorID(
  long* ID
);
[C++]

Parameters ID [out, retval] ID is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The ErrorID of a topology error feature is not unique across all topology error features within the topology, but is unique for each topology error feature geometry type. For example, while a topology error feature with polygon geometry may have the same ErrorID as a topology error feature with point geometry, the ErrorID will be unique for all topology error features with polygon geometry.

Combining the ErrorID and ShapeType of a topology error feature will result in a unique value within the topology.

See Also

ITopologyErrorFeature Interface