Revit 2025.3 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: 25.3.0.0 (25.3.0.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