ArcObjects Library Reference (NetworkAnalyst)  

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(
  VARIANT_BOOL* located
);
[C++]

Parameters

located [out, retval]   located is a parameter of type VARIANT_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