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

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

Syntax

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

Remarks

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

See Also