LoadOrientTo Enumeration

LoadOrientTo Enumeration

Specifies load orientation.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public enum LoadOrientTo
Public Enumeration LoadOrientTo
public enum class LoadOrientTo
type LoadOrientTo
Members
Member nameValueDescription
HostLocalCoordinateSystem2 Load is oriented in respect to it analytical host element coordinate system and will follow host changes.
Project0 Load is oriented in respect to project global coordinate system, that is X to East, Y to North, and Z to up.
WorkPlane1 Load is oriented in respect to work plane.
See Also