This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INetworkDataset2 Interface > INetworkDataset2.DirtyArea Property (ArcObjects .NET 10.4 SDK) |
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