RebarShapeSetAllowed Method |
Specify which bar types can be used with this RebarShape. Bar types are allowed by default.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic void SetAllowed(
RebarBarType barType,
bool allowed
)
Public Sub SetAllowed (
barType As RebarBarType,
allowed As Boolean
)
public:
void SetAllowed(
RebarBarType^ barType,
bool allowed
)
member SetAllowed :
barType : RebarBarType *
allowed : bool -> unit
Parameters
- barType RebarBarType
-
A bar type in the same document as this shape.
- allowed Boolean
-
Whether this shape may be combined with barType.
Exceptions
See Also