This document is archived and information here might be outdated. Recommended version. |
The symbol used for a stop that could not be found on the network.
[Visual Basic .NET] Public Property UnlocatedSymbol As IMarkerSymbol
[C#] public IMarkerSymbol UnlocatedSymbol {get; set;}
[C++]
HRESULT get_UnlocatedSymbol(
IMarkerSymbol** symbol
);
[C++]
HRESULT put_UnlocatedSymbol(
IMarkerSymbol* symbol
);
[C++] Parameters symbol [out, retval]
symbol is a parameter of type IMarkerSymbol** symbol [in]
symbol is a parameter of type IMarkerSymbol*
The UnlocatedSymbol specifies the marker symbol to use for drawing unlocated stops.