Revit 2026 API
Rebar |
Identifies the workshop instructions of the current Rebar element.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public RebarWorkInstructions WorkshopInstructions { get; set; }
Public Property WorkshopInstructions As RebarWorkInstructions Get Set
public: property RebarWorkInstructions WorkshopInstructions { RebarWorkInstructions get (); void set (RebarWorkInstructions value); }
member WorkshopInstructions : RebarWorkInstructions with get, set
Property Value
RebarWorkInstructions| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also