RVTDocs.com
Namespace: Autodesk.Revit.DB Class: FootPrintRoof

FootPrintRoof.SlopeAngle

Property
Description:
Retrieve or set the SlopeAngle of the curve.
Remarks:
The value is a "slope" measurement. For example, 0.5 is one unit of rise for each 2 units of run. This creates a slope of 26.57 degrees (the arctangent of 0.5).
Syntax
public double this[
	ModelCurve pCurve
] { get; set; }
Parameters
Parameter Type Description
pCurve ModelCurve
Return Value