GetLegendOptions(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of GetLegendOptions.
public GetLegendOptions(string colorMapName);
new Azure.Analytics.PlanetaryComputer.GetLegendOptions : string -> Azure.Analytics.PlanetaryComputer.GetLegendOptions
Public Sub New (colorMapName As String)
Parameters
- colorMapName
- String
The name of the registered colormap to generate a legend for.
Exceptions
colorMapName is null.