ArcObjects Library Reference (GeoDatabase)  

INetworkDataset2.DirtyArea Property

The dirty area polygon of the network dataset.

[Visual Basic .NET]
Public Function get_DirtyArea ( _
    ByVal Location As IPolygon _
) As IPolygon
[C#]
public IPolygon get_DirtyArea (
    IPolygon Location
);
[C++]
HRESULT get_DirtyArea(
  IPolygon* Location,
  IPolygon** dirtyAreaPolygon
);
[C++]

Parameters

Location [in]

  Location is a parameter of type IPolygon

dirtyAreaPolygon [out, retval]

  dirtyAreaPolygon is a parameter of type IPolygon

Product Availability

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

See Also

INetworkDataset2 Interface