Share

PatternJustification Enumeration

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 nameValueDescription
Beginning0 Patterns are distributed starting from the beginning of a railing path.
Center2 Patterns are distributed starting from the center of a railing path.
End1 Patterns are distributed starting from the ending of a railing path.
SpreadPatternToFit3 Patterns are distributed to not last excess length.

See Also

Reference

Was this information helpful?