An enumerated type representing the options for how to limit the angle values applicable to fitting content.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)
Syntax
C#
public enum FittingAngleUsage
Members
Member name | Value | Description |
---|---|---|
UseAnAngleIncrement | 1 | Uses the increment to determine the angle value. |
UseAnyAngle | 0 | Uses any angle supported by fitting content. |
UseSpecificAngles | 2 | Uses only the angles specified. |