Layer

Layer()

Initializes new instance of Layer class.

public Layer()

See Also


Layer(string)

Initializes new instance of Layer class.

public Layer(string name)
Parameter Type Description
name String The name of the layer.

Exceptions

exception condition
ArgumentException Thrown when name is null or empty.

See Also


Layer(string, bool)

Initializes new instance of Layer class.

public Layer(string name, bool visible)
Parameter Type Description
name String The name of the layer.
visible Boolean The layer visibility indicator.

Exceptions

exception condition
ArgumentException Thrown when name is null or empty.

See Also