AreaLoad.ForceVector2 Property

AreaLoadForceVector2 Property

The force vector applied to the 2nd reference point of the area 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 ForceVector2 { get; set; }
Public Property ForceVector2 As XYZ
	Get
	Set
public:
property XYZ^ ForceVector2 {
	XYZ^ get ();
	void set (XYZ^ value);
}
member ForceVector2 : XYZ with 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^2 for metric, and ksf for imperial. Use UnitUtils class methods to convert value from or to internal units.
See Also