CadLayerFilter
Inheritance: java.lang.Object, CadBaseObject
Class describing LAYER_FILTER object.
Constructors
| Constructor | Description |
|---|---|
| CadLayerFilter() | Initializes a new instance of the CadLayerFilter class. |
Methods
| Method | Description |
|---|---|
| getLayerNames() | Gets or sets the layer names. |
| setLayerNames(List | 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
setLayerNames(List value)
public final void setLayerNames(List<String> value)
Gets or sets the layer names.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | List | The layer names. |