PathReinforcementAlternatingBarOrientation Property |
Orientation of alternating bars of Path Reinforcement.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic ReinforcementBarOrientation AlternatingBarOrientation { get; set; }
Public Property AlternatingBarOrientation As ReinforcementBarOrientation
Get
Set
public:
property ReinforcementBarOrientation AlternatingBarOrientation {
ReinforcementBarOrientation get ();
void set (ReinforcementBarOrientation value);
}
member AlternatingBarOrientation : ReinforcementBarOrientation with get, set
Property Value
ReinforcementBarOrientation
ExceptionsException | Condition |
---|
ArgumentException |
When setting this property: This orientation is not allowed for alternating bars.
|
ArgumentOutOfRangeException |
When setting this property: A value passed for an enumeration argument is not a member of that enumeration
|
Remarks
The orientation corresponds to the bars' rotation in the Path Reinforcement element.
It indicates the postion of the major segment of the alternating Rebar Shape relative to the edges of a rectangular region
which bounds the Path Reinforcement, where the top/exterior and bottom/interior come from the cover boundaries of the host,
the near side edge is defined by the Path Reinforcement sketch line, and the far side edge is derived from bar length (defaulting to 5').
See Also