'Declaration Function ProcessLegend( _ ByVal legend As IMapLegend _ ) As IEnumerable(Of IMapLegendItem)
IEnumerable<IMapLegendItem> ProcessLegend( IMapLegend legend )
Parameters
- legend
- The map legend to process.
Return Value
An IEnumerable representing the processed legend items.