RVTDocs.com

SunAndShadowSettings.GetFrameAltitude

Method
Description:
Identifies the altitude of the sun (angle in radians) for a specific frame.
Syntax
public double GetFrameAltitude(
	double frame
)
Parameters
Parameter Type Description
frame Double Frame for which time is requested
Return Value
Type Description
Double Altitude angle (radians)
Exceptions
Exception Condition
ArgumentException the frame value frame is not valid.