Indicates if the provided orientation is permitted for this load.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool IsOrientToPermitted( LoadOrientTo orientTo )
Parameters
- orientTo LoadOrientTo
- Load orientation to check.
Return Value
BooleanTrue if provided orientation type is permitted for this load, false if not.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |