RebarFreeFormAccessorFreeFormSetOrientationOptions Property

Identifies the orientation options for an Aligned or 3D Path Free Form Rebar set.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public FreeFormSetOrientationOptions FreeFormSetOrientationOptions { get; set; }

Property Value

FreeFormSetOrientationOptions
Exceptions
ExceptionCondition
ArgumentOutOfRangeException When setting this property: A value passed for an enumeration argument is not a member of that enumeration
InvalidOperationException This RebarFreeFormAccessor doesn't contain a valid rebar reference. -or- This RebarFreeFormAccessor Rebar is not created with the Aligned or 3D Path Free Form rebar server.
See Also