Moment2 Property
Returns the three dimensional moment applied to the end point of the line load.

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

Syntax

C#
public XYZ Moment2 { get; }
Visual Basic
Public ReadOnly Property Moment2 As XYZ
	Get
Visual C++
public:
property XYZ^ Moment2 {
	XYZ^ get ();
}

Remarks

The moment is measured in Feet*Kg / Sec.

See Also