Justification of patterns distribution.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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. |