PostPattern
Description:
Post pattern class.
Post pattern class.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.Architecture.PostPattern
System.Object
Autodesk.Revit.DB.Architecture.PostPattern
public class PostPattern : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the PostPattern | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| 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 |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| CornerPost | BalusterInfo | Accesses the object containing properties related to the corner post. | |
| CornerPostAngle | double | The angle between neighboring railing segments which conditions inserting post along a railing path. | |
| CornerPostCondition | BreakCornerCondition | The condition which controls the insertion of corner posts. | |
| EndPost | BalusterInfo | Accesses the object containing properties related to the end post. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| StartPost | BalusterInfo | Accesses the object containing properties related to the start post. |