Revit 2026 API
Point |
The force vector applied to the point load, oriented according to OrientTo setting.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public XYZ ForceVector { get; set; }
Public Property ForceVector As XYZ Get Set
public: property XYZ^ ForceVector { XYZ^ get (); void set (XYZ^ value); }
member ForceVector : XYZ with get, set
Property Value
XYZ| Exception | Condition |
|---|---|
| ArgumentNullException | When setting this property: A non-optional argument was null |
The default force unit is kN for metric, and kip for imperial.
Use UnitUtils class methods to convert value from or to internal units.
See Also