BalusterPlacement.PostPattern Property

BalusterPlacementPostPattern Property

Accesses the object containing properties related to the post pattern.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public PostPattern PostPattern { get; }
Public ReadOnly Property PostPattern As PostPattern
	Get
public:
property PostPattern^ PostPattern {
	PostPattern^ get ();
}
member PostPattern : PostPattern with get

Property Value

PostPattern
See Also