This document is archived and information here might be outdated. Recommended version. |
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**