| Revit 2015 API |
| LineLoad..::..Force Property |
| LineLoad Class See Also |
Returns the three dimensional force applied to one of the points for 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 this[ int index ] { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Force ( _ index As Integer _ ) As XYZ Get |
| Visual C++ |
|---|
public: property XYZ^ Force[int index] { XYZ^ get (int index); } |
Parameters
- index
- Type: System..::..Int32
The index of the point to return.
Remarks
An index of 0 represents the start point and 1 represents the end point. The force is measured in Kg / Sec.