ArcObjects Library Reference (NetworkAnalyst)  

INAStopRenderer.UnlocatedSymbol Property

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

Product Availability

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

Remarks

The UnlocatedSymbol specifies the marker symbol to use for drawing unlocated stops.

See Also

INAStopRenderer Interface