CornerPostAngle Property


The angle between neighboring railing segments which conditions inserting post along a railing path.

Namespace: Autodesk.Revit.DB.Architecture
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:  2019

Syntax

C#
public double CornerPostAngle { get; set; }
Visual Basic
Public Property CornerPostAngle As Double
	Get
	Set
Visual C++
public:
property double CornerPostAngle {
	double get ();
	void set (double value);
}

Exceptions

ExceptionCondition
Autodesk.Revit.ExceptionsArgumentException When setting this property: The given value for cornerPostAngle is not finite

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →