This document is archived and information here might be outdated. Recommended version. |
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**
Returns the names of FeatureClasses holding the TopologyErrors. Valid GeometryTypes are : esriGeometryPoint, esriGeometryPolyline, esriGeometryPolygon.