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