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


ITopologyName.TopologyErrorName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyName Interface > ITopologyName.TopologyErrorName Property
ArcGIS Developer Help

ITopologyName.TopologyErrorName Property

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.

See Also

ITopologyName Interface