PlanetaryComputerModelFactory.RenderOptionCondition(String, String) 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.
Defines a condition for enabling a render option.
public static Azure.Analytics.PlanetaryComputer.RenderOptionCondition RenderOptionCondition(string property = default, string value = default);
static member RenderOptionCondition : string * string -> Azure.Analytics.PlanetaryComputer.RenderOptionCondition
Public Shared Function RenderOptionCondition (Optional property As String = Nothing, Optional value As String = Nothing) As RenderOptionCondition
Parameters
- property
- String
Property name to check in the active CQL filter.
- value
- String
Value that the property must equal.
Returns
A new RenderOptionCondition instance for mocking.