RenderConfiguration(String, String) Constructor

Definition

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.

Applies to