Justification of patterns distribution.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum PatternJustification
Members
Member name | Value | Description |
---|---|---|
Beginning | 0 | Patterns are distributed starting from the beginning of a railing path. |
Center | 2 | Patterns are distributed starting from the center of a railing path. |
End | 1 | Patterns are distributed starting from the ending of a railing path. |
SpreadPatternToFit | 3 | Patterns are distributed to not last excess length. |