RebarBendData(RebarBarType, RebarStyle, BarTerminationsData) Constructor |
Constructs a new RebarBendData using the bar type, style and termination's values.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic RebarBendData(
RebarBarType barType,
RebarStyle style,
BarTerminationsData barTerminationsData
)
Public Sub New (
barType As RebarBarType,
style As RebarStyle,
barTerminationsData As BarTerminationsData
)
public:
RebarBendData(
RebarBarType^ barType,
RebarStyle style,
BarTerminationsData^ barTerminationsData
)
new :
barType : RebarBarType *
style : RebarStyle *
barTerminationsData : BarTerminationsData -> RebarBendData
Parameters
- barType RebarBarType
-
The RebarBarType.
- style RebarStyle
-
The style.
- barTerminationsData BarTerminationsData
-
The bar terminaions data.
Exceptions
See Also