PostPattern Class

Post pattern class.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DB.ArchitecturePostPattern

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class PostPattern : IDisposable

The PostPattern type exposes the following members.

Properties
 NameDescription
Public propertyCornerPost Accesses the object containing properties related to the corner post.
Public propertyCornerPostAngle The angle between neighboring railing segments which conditions inserting post along a railing path.
Public propertyCornerPostCondition The condition which controls the insertion of corner posts.
Public propertyEndPost Accesses the object containing properties related to the end post.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyStartPost Accesses the object containing properties related to the start post.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the PostPattern
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also