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


ITopologyName.DirtyAreasName 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.DirtyAreasName Property
ArcGIS Developer Help

ITopologyName.DirtyAreasName Property

Dirty areas name object.

[Visual Basic .NET]
Public ReadOnly Property DirtyAreasName As IName
[C#]
public IName DirtyAreasName {get;}
[C++]
HRESULT get_DirtyAreasName(
  IName** Name
);
[C++]
Parameters
Name [out, retval]

Name is a parameter of type IName**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Returns the Name object of the FeatureClass storing the DirtyAreas in the Topology.

See Also

ITopologyName Interface