LayerGetLegendInfosAsync Method |
Namespace:
Esri.ArcGISRuntime.Mapping
Assembly:
Esri.ArcGISRuntime (in Esri.ArcGISRuntime.dll) Version: 100.9.0
Syntaxpublic Task<IReadOnlyList<LegendInfo>> GetLegendInfosAsync()
Public Function GetLegendInfosAsync As Task(Of IReadOnlyList(Of LegendInfo))
Return Value
Type:
TaskIReadOnlyListLegendInfo
The task object representing the asynchronous get legend infos operation. The value of the task result contains a read-only collection of
LegendInfo objects.
Implements
ILayerContentGetLegendInfosAsync
See Also