Returns the three dimensional force applied to the point load.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This property is deprecated in Revit 2016. Use ForceVector instead.")]
public XYZ Force { get; set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("This property is deprecated in Revit 2016. Use ForceVector instead.")> _
Public Property Force As XYZ
Get
Set |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This property is deprecated in Revit 2016. Use ForceVector instead.")]
public:
property XYZ^ Force {
XYZ^ get ();
void set (XYZ^ value);
} |
Remarks
Exceptions
See Also