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


INAStopRenderer2.LegendClass Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAStopRenderer2.LegendClass Property

The legend class associated with the stop symbol type.

[Visual Basic .NET]
Public Function get_LegendClass ( _
    ByVal symbolType As esriNAStopSymbolType _
) As ILegendClass
[C#]
public ILegendClass get_LegendClass (
    esriNAStopSymbolType symbolType
);
[C++]
HRESULT get_LegendClass(
  esriNAStopSymbolType symbolType,
  ILegendClass** LegendClass
);
[C++]

Parameters symbolType [in]
symbolType is a parameter of type esriNAStopSymbolType LegendClass [out, retval]
LegendClass is a parameter of type ILegendClass

Product Availability

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

Remarks

Returns the LegendClass for the symbol type specified.

See Also

INAStopRenderer2 Interface