Returns the representative line of the load force vector according to loads display scaling.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2024
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- loadType
- Type: Autodesk.Revit.DB.StructureLoadType
LoadType::Point, Line, or Area
- forceVector
- Type: Autodesk.Revit.DBXYZ
The load force vector in internal units.
Return Value
The the representative line in internal units.Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.ExceptionsArgumentNullException | A non-optional argument was null |
Autodesk.Revit.ExceptionsArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |