LayerField Constructor

Declaration

public LayerField(string label);

Parameters

label The text to use as a label for the field.

Description

Initializes and returns an instance of LayerField.


Declaration

public LayerField();

Description

Initializes and returns an instance of LayerField.


Declaration

public LayerField(int defaultValue);

Parameters

defaultValue The initial layer value this field should use.

Description

Initializes and returns an instance of LayerField.


Declaration

public LayerField(string label, int defaultValue);

Parameters

label The text to use as a label for the field.
defaultValue The initial layer value this field should use.

Description

Initializes and returns an instance of LayerField.


Did you find this page useful? Please give it a rating: