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


INALocation.IsLocated Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INALocation Interface > INALocation.IsLocated Property
ArcGIS Developer Help

INALocation.IsLocated Property

Indicates if the location has been found on the network.

[Visual Basic .NET]
Public ReadOnly Property IsLocated As Boolean
[C#]
public bool IsLocated {get;}
[C++]
HRESULT get_IsLocated(
  Boolean* located
);
[C++]
Parameters
located [out, retval]

located is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

Remarks

This property returns True if the SourceID, SourceOID, SourcePosition, and Side properties all have valid values that should correspond to a position along a feature in a NetworkDataset.

See Also

INALocation Interface