| Revit 2022 API |
| PostPattern..::..CornerPostCondition Property |
| PostPattern Class See Also |
The condition which controls the insertion of corner posts.
Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2019
Syntax
| C# |
|---|
public BreakCornerCondition CornerPostCondition { get; set; } |
| Visual Basic |
|---|
Public Property CornerPostCondition As BreakCornerCondition Get Set |
| Visual C++ |
|---|
public: property BreakCornerCondition CornerPostCondition { BreakCornerCondition get (); void set (BreakCornerCondition value); } |
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | When setting this property: A value passed for an enumeration argument is not a member of that enumeration |