The Y component of the 3D vector that defines the starting rotation axis.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double StartAxisY { get; set; }
Visual Basic
Public Property StartAxisY As Double
	Get
	Set
JScript
function get StartAxisY () : double
function set StartAxisY (value : double)

Remarks

This property is only used if the dynamic animation is associated with a 3D object.

See Also