RailSupportsLayout Enumeration

The layout of the rail supports.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum RailSupportsLayout
Members
Member nameValueDescription
None0 No rail support.
FixedDistance1 The rail supports are laid out on a fixed distance spacing.
AlignWithRailingPosts2 The rail supports are laid out aligned with the railing posts.
FixedNumber3 The rail supports are laid out with a specified fixed number.
MaxSpacing4 The rail supports are laid out with a maximum spacing.
MinSpacing5 The rail supports are laid out with a minimum spacing.
See Also