Share

LineLoad.ForceVector2 Property

The force vector applied to the end point of the line load, oriented according to OrientTo setting.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public XYZ ForceVector2 { get; set; }

Property Value

XYZ

Exceptions

ExceptionCondition
ArgumentNullException When setting this property: A non-optional argument was null

Remarks

The default force unit is kN/m for metric, and kip/ft for imperial. Use UnitUtils class methods to convert value from or to internal units.

See Also

Reference

Was this information helpful?