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