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


INetworkDataset2.DirtyArea Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkDataset2 Interface > INetworkDataset2.DirtyArea Property
ArcGIS Developer Help

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