Click or drag to resize

AnimationProperties Constructor (AnimationProperties)

Initialize new instance of the AnimationProperties class.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.11
Syntax
public AnimationProperties(
	AnimationProperties source
)

Parameters

source
Type: Rhino.DocObjectsAnimationProperties
If not null, settings are copied from source
See Also