Revit 2026 API
Rebar |
Identifies if the angular dimensions which has a reference set on a hook will be shown or not.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool AngularDimensionsForHooksEnabled { get; set; }
Public Property AngularDimensionsForHooksEnabled As Boolean Get Set
public: property bool AngularDimensionsForHooksEnabled { bool get (); void set (bool value); }
member AngularDimensionsForHooksEnabled : bool with get, set
Property Value
BooleanSee Also