RVTDocs.com

AreaReinforcement.SetLayerActive

Method
Description:
Sets if the desired layer is active or not.
Syntax
public void SetLayerActive(
	bool active,
	AreaReinforcementLayerType layer
)
Parameters
Parameter Type Description
active Boolean True to set the layer to be active, false otherwise.
layer AreaReinforcementLayerType The layer type.
Return Value
Exceptions
Exception Condition
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration