| Revit Preview Release API |
| RebarHookType..::..Style Property |
| RebarHookType Class See Also |
The hook may only be applied to shapes of the specified style.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public RebarStyle Style { get; set; } |
| Visual Basic |
|---|
Public Property Style As RebarStyle Get Set |
| Visual C++ |
|---|
public: property RebarStyle Style { RebarStyle get (); void set (RebarStyle 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 |