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