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


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

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