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


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

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