Revit 2026 API
Rebar |
Validate that the element is a realistic bending detail.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool IsRealisticBendingDetail( Element bendingDetail )
Public Shared Function IsRealisticBendingDetail ( bendingDetail As Element ) As Boolean
public: static bool IsRealisticBendingDetail( Element^ bendingDetail )
static member IsRealisticBendingDetail : bendingDetail : Element -> bool
Parameters
- bendingDetail Element
- The element that will be checked.
Return Value
Boolean
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |
See Also