Share

SunAndShadowSettings.IsFrameValid Method

Checks whether the frame is valid for the supplied SunAndShadowSettings.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public bool IsFrameValid(
	double frame
)

Parameters

frame  Double
Frame value

Return Value

Boolean
True if the frame is valid for the SunAndShadowSettings, false otherwise.

See Also

Reference

Was this information helpful?