This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyName Interface > ITopologyName.TopologyErrorName Property (ArcObjects .NET 10.4 SDK) |
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.