Layer constructor

init

Initializes a new instance of the Layer class.

def __init__(self):
    ...

init

Initializes a new instance of the Layer class.

def __init__(self, layer_name, layer_text):
    ...
ParameterTypeDescription
layer_namestrName of the layer.
layer_textstrThe layer text.

See Also