Revit 2020.1 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: 20.0.0.0 (20.1.1.1)
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 |