BalusterPattern
Description:
Baluster pattern class.
Baluster pattern class.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Architecture.BalusterPattern
System.Object
Autodesk.Revit.DB.Architecture.BalusterPattern
public class BalusterPattern : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| DuplicateBaluster(Int32) | The duplicated baluster. | Duplicates the baluster pointed by given index in the main baluster pattern. |
| GetBalusterCount() | int | Gets the number of balusters in the main baluster pattern definition. |
| GetBaluster(Int32) | nullNothingnullptr | Gets information about the given baluster from the main baluster pattern. |
| RemoveBaluster(Int32) | None | Removes a baluster from the main baluster pattern. |
| Name | Return Type | Description |
|---|---|---|
| BreakPattern | BreakPatternCondition | The condition which controls breaking baluster patterns distribution. |
| DistributionJustification | PatternJustification | Determines how baluster pattern distribution is justified. |
| EndSpace | double | The extra space added after a whole baluster pattern. |
| ExcessLengthFillBalusterId | ElementId | The id of a Baluster family used to fill excess length, which is the extra space along the railing segment that cannot be filled with a pattern. |
| ExcessLengthFillSpacing | double | The value defines the spacing between each baluster instance inserted in the excess length. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Length | double | The length of the main baluster pattern. |
| PatternAngle | double | The angle between neighboring railing segments which conditions breaking patterns distribution along a railing path. |