SetAllowed Method


Specify which bar types can be used with this RebarShape. Bar types are allowed by default.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since: 2009

Syntax

C#
public void SetAllowed(
	RebarBarType barType,
	bool allowed
)
Visual Basic
Public Sub SetAllowed ( _
	barType As RebarBarType, _
	allowed As Boolean _
)
Visual C++
public:
void SetAllowed(
	RebarBarType^ barType, 
	bool allowed
)

Parameters

barType
Type: Autodesk.Revit.DB.Structure RebarBarType
A bar type in the same document as this shape.
allowed
Type: System Boolean
Whether this shape may be combined with barType.

Exceptions

Exception Condition
Autodesk.Revit.Exceptions ArgumentNullException A non-optional argument was NULL
Autodesk.Revit.Exceptions DisabledDisciplineException None of the following disciplines is enabled: Structural.

See Also