Identifies if the layer is active or not.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsLayerActive(
AreaReinforcementLayerType layer
)
Parameters
- layer AreaReinforcementLayerType
-
The layer that will be tested.
Return Value
Boolean
Returns true if the input layer is active, false otherwise
Exceptions
See Also
Reference