Name of class holding errors for the specified geometry type.
[Visual Basic .NET] Public Function get_TopologyErrorName ( _ ByVal GeometryType As esriGeometryType _ ) As IName
[C#] public IName get_TopologyErrorName ( esriGeometryType GeometryType );
[C++]
HRESULT get_TopologyErrorName(
esriGeometryType GeometryType,
IName** Name
);
[C++]Parameters
GeometryType [in]GeometryType is a parameter of type esriGeometryType
Name [out, retval]Name is a parameter of type IName
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Returns the names of FeatureClasses holding the TopologyErrors. Valid GeometryTypes are : esriGeometryPoint, esriGeometryPolyline, esriGeometryPolygon.