| Revit 2024 API |
| RebarFreeFormAccessor..::..StirrupTieAttachmentType Property |
| RebarFreeFormAccessor Class See Also |
Identifies the StirrupTieAttachmentType of the current Rebar element.
The RebarStyle of the Rebar element must be StirrupTie.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2022
Syntax
| C# |
|---|
public StirrupTieAttachmentType StirrupTieAttachmentType { get; set; } |
| Visual Basic |
|---|
Public Property StirrupTieAttachmentType As StirrupTieAttachmentType Get Set |
| Visual C++ |
|---|
public: property StirrupTieAttachmentType StirrupTieAttachmentType { StirrupTieAttachmentType get (); void set (StirrupTieAttachmentType value); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |