Indicates if the provided orientation is permitted for this load.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public bool IsOrientToPermitted(
LoadOrientTo orientTo
)
Parameters
- orientTo LoadOrientTo
-
Load orientation to check.
Return Value
Boolean
True if provided orientation type is permitted for this load, false if not.
Exceptions
Remarks
For hosted load only LoadOrientTo.Project and LoadOrientTo.HostLocalCoordinateSystem are permitted.
For non-hosted load only LoadOrientTo.Project and LoadOrientTo.WorkPlane are permitted.
To determine if load is hosted use
IsHosted property.
See Also
Reference