Revit 2026 API
Bending |
Identifies how the parameters will be represented.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public BendingDetailDisplayParametersOptions ParametersDisplayOption { get; set; }
Public Property ParametersDisplayOption As BendingDetailDisplayParametersOptions Get Set
public: property BendingDetailDisplayParametersOptions ParametersDisplayOption { BendingDetailDisplayParametersOptions get (); void set (BendingDetailDisplayParametersOptions value); }
member ParametersDisplayOption : BendingDetailDisplayParametersOptions with get, set
Property Value
BendingDetailDisplayParametersOptions| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |
See Also