Checks whether the specified layer is visible
with this LayerFilter object.
Namespace: Teigha.LayerManager
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Filter(
LayerTableRecord layer
)
Public Function Filter (
layer As LayerTableRecord
) As Boolean
public:
bool Filter(
LayerTableRecord^ layer
)
member Filter :
layer : LayerTableRecord -> bool
Parameters
- layer LayerTableRecord
- [in] Layer table record to check.
Return Value
Boolean
true if the specified layer is visible with this LayerFilter
object; otherwise the method returns false.
See Also