This document is archived and information here might be outdated.  Recommended version.


INAStopRenderer.UnlocatedSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAStopRenderer Interface > INAStopRenderer.UnlocatedSymbol Property
ArcGIS Developer Help

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