PlanetaryComputerModelFactory.GetLegendOptions Method
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.
Options for the getLegend operation.
public static Azure.Analytics.PlanetaryComputer.GetLegendOptions GetLegendOptions(string colorMapName = default, float? height = default, float? width = default, int? trimStart = default, int? trimEnd = default);
static member GetLegendOptions : string * Nullable<single> * Nullable<single> * Nullable<int> * Nullable<int> -> Azure.Analytics.PlanetaryComputer.GetLegendOptions
Public Shared Function GetLegendOptions (Optional colorMapName As String = Nothing, Optional height As Nullable(Of Single) = Nothing, Optional width As Nullable(Of Single) = Nothing, Optional trimStart As Nullable(Of Integer) = Nothing, Optional trimEnd As Nullable(Of Integer) = Nothing) As GetLegendOptions
Parameters
- colorMapName
- String
The name of the registered colormap to generate a legend for.
Returns
A new GetLegendOptions instance for mocking.