Revit 2025.3 API
Bending |
Identifies if radial or diameter dimensions will be shown for hook fillets
This property has a meaning only if BendDiameterDimensionsEnabled is set to true.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool BendDiameterDimensionsForHooksEnabled { get; set; }
Public Property BendDiameterDimensionsForHooksEnabled As Boolean Get Set
public: property bool BendDiameterDimensionsForHooksEnabled { bool get (); void set (bool value); }
member BendDiameterDimensionsForHooksEnabled : bool with get, set
Property Value
BooleanSee Also