IsLayerActive Method


Identifies if the layer is active or not.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since: 2022

Syntax

C#
public bool IsLayerActive(
	AreaReinforcementLayerType layer
)
Visual Basic
Public Function IsLayerActive ( _
	layer As AreaReinforcementLayerType _
) As Boolean
Visual C++
public:
bool IsLayerActive(
	AreaReinforcementLayerType layer
)

Parameters

layer
Type: Autodesk.Revit.DB.Structure AreaReinforcementLayerType
The layer that will be tested.

Return Value

Returns true if the input layer is active, false otherwise

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration

See Also