PatternJustification Enumeration


Justification of patterns distribution.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since: 2019

Syntax

C#
public enum PatternJustification
Visual Basic
Public Enumeration PatternJustification
Visual C++
public enum class PatternJustification

Members

Member name Description
Beginning Patterns are distributed starting from the beginning of a railing path.
End Patterns are distributed starting from the ending of a railing path.
Center Patterns are distributed starting from the center of a railing path.
SpreadPatternToFit Patters are distrubuted to not last excess length.

See Also