Revit Preview Release API |
RebarContainerItem..::..GetBendData Method |
RebarContainerItem Class See Also |
Gets the RebarBendData, containing bar and hook information, of the instance.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2016
Syntax
C# |
---|
public RebarBendData GetBendData() |
Visual Basic |
---|
Public Function GetBendData As RebarBendData |
Visual C++ |
---|
public: RebarBendData^ GetBendData() |
Remarks
Internally, the bend data is used by many RebarShape methods to generate shape geometry.