Revit 2026 API
Structural |
Whether to use loads display scaling. If disabled then loads are displayed according to force scale type parameters.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool UseLoadsDisplayScaling { get; set; }
Public Property UseLoadsDisplayScaling As Boolean Get Set
public: property bool UseLoadsDisplayScaling { bool get (); void set (bool value); }
member UseLoadsDisplayScaling : bool with get, set
Property Value
BooleanSee Also