Share

SunAndShadowSettings.ActiveFrame Property

Identifies the active animation frame for a single-day or multi-day study, starting at 1.0 for the first frame and incrementing in intervals of 1.0.


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

Syntax

C#

public double ActiveFrame { get; set; }

Property Value

Double

Exceptions

ExceptionCondition
ArgumentException When setting this property: the frame value frame is not valid.

See Also

Reference

Was this information helpful?