RVTDocs.com

DuctSettings.SetSpecificFittingAngleStatus

Method
Description:
Sets the status of given specific angle.
Syntax
public void SetSpecificFittingAngleStatus(
	double angle,
	bool useInLayout
)
Parameters
Parameter Type Description
angle Double The specific angle (in degree) that must be one of 60, 45, 30, 22.5 or 11.25 degrees.
useInLayout Boolean Status, true - using the given angle during the duct layout.
Return Value
Exceptions
Exception Condition
ArgumentOutOfRangeException The given value for angle must be 90, 60, 45, 30, 22.5 or 11.25 degrees.
InvalidOperationException Can not set an angle status for an invalid angle.