This document is archived and information here might be outdated. Recommended version. |
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**
Returns the LegendClass for the symbol type specified.