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.