BalusterPattern
Description:
Baluster pattern class.
Baluster pattern class.
public class BalusterPattern : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the BalusterPattern | |
| DuplicateBaluster(Int32) | BalusterInfo | Duplicates the baluster pointed by given index in the main baluster pattern. | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetBaluster(Int32) | BalusterInfo | Gets information about the given baluster from the main baluster pattern. | |
| GetBalusterCount() | Int32 | Gets the number of balusters in the main baluster pattern definition. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| RemoveBaluster(Int32) | None | Removes a baluster from the main baluster pattern. | |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| 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. If set to InvalidElementId, it will be the default - the id of the BaseRailingAttr containing the Baluster pattern. | |
| ExcessLengthFillSpacing | double | The value defines the spacing between each baluster instance inserted in the excess length. | |
| IsValidObject | Boolean | 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. |