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