Revit 2020.1 API |
BalusterPlacement..::..PostPattern Property |
BalusterPlacement Class See Also |
Accesses the object containing properties related to the post pattern.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2019
Syntax
C# |
---|
public PostPattern PostPattern { get; } |
Visual Basic |
---|
Public ReadOnly Property PostPattern As PostPattern Get |
Visual C++ |
---|
public: property PostPattern^ PostPattern { PostPattern^ get (); } |