Layer

Layer constructor (1 of 2)

Initializes a new instance of the Layer class.

public Layer(string layerName, string layerText)
ParameterTypeDescription
layerNameStringName of the layer.
layerTextStringThe layer text.

See Also


Layer constructor (2 of 2)

Initializes a new instance of the Layer class.

public Layer()

See Also