RVTDocs.com

RebarShape.SetAllowed

Method
Description:
Specify which bar types can be used with this RebarShape. Bar types are allowed by default.
Syntax
public void SetAllowed(
	RebarBarType barType,
	bool allowed
)
Parameters
Parameter Type Description
barType RebarBarType A bar type in the same document as this shape.
allowed Boolean Whether this shape may be combined with barType.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null