PatternJustification Enumeration

Justification of patterns distribution.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum PatternJustification
Members
Member nameValueDescription
Beginning0 Patterns are distributed starting from the beginning of a railing path.
End1 Patterns are distributed starting from the ending of a railing path.
Center2 Patterns are distributed starting from the center of a railing path.
SpreadPatternToFit3 Patterns are distributed to not last excess length.
See Also