This document is archived and information here might be outdated. Recommended version. |
ID of the error.
[Visual Basic .NET]
Public ReadOnly Property ErrorID As Integer
[C#]
public int ErrorID {get;}
[C++]
HRESULT get_ErrorID(
System.Int32* ID
);
[C++] Parameters ID [out, retval]
ID is a parameter of type long*
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.