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


ITopologyName.TopologyErrorName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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