Indicates if invalid locations should be ignored or raise an error.
[Visual Basic .NET] Public Property IgnoreInvalidLocations As Boolean
[C#] public bool IgnoreInvalidLocations {get; set;}
[C++]
HRESULT get_IgnoreInvalidLocations(
VARIANT_BOOL* IgnoreInvalidLocations
);
[C++]
HRESULT put_IgnoreInvalidLocations(
VARIANT_BOOL IgnoreInvalidLocations
);
[C++]Parameters
IgnoreInvalidLocations [out, retval] IgnoreInvalidLocations is a parameter of type VARIANT_BOOL IgnoreInvalidLocations [in] IgnoreInvalidLocations is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.
Remarks
IgnoreInvalidLocations indicates if the network analyst solver should ignore locations that have not snapped to a network edge.