CadLayerFilter

Inheritance: java.lang.Object, CadBaseObject

Class describing LAYER_FILTER object.

Constructors

ConstructorDescription
CadLayerFilter()Initializes a new instance of the CadLayerFilter class.

Methods

MethodDescription
getLayerNames()Gets or sets the layer names.
setLayerNames(List value)Gets or sets the layer names.

CadLayerFilter()

public CadLayerFilter()

Initializes a new instance of the CadLayerFilter class.

getLayerNames()

public final List<String> getLayerNames()

Gets or sets the layer names.

Returns: List - The layer names.

setLayerNames(List value)

public final void setLayerNames(List<String> value)

Gets or sets the layer names.

Parameters:

ParameterTypeDescription
valueListThe layer names.