RenderConfiguration(String, 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 RenderConfiguration.
public RenderConfiguration(string id, string name);
new Azure.Analytics.PlanetaryComputer.RenderConfiguration : string * string -> Azure.Analytics.PlanetaryComputer.RenderConfiguration
Public Sub New (id As String, name As String)
Parameters
- id
- String
Unique identifier for the render option.
- name
- String
Short descriptive name for the render option.
Exceptions
id or name is null.