Z-axis coordinate offset from the center of the object designating the pivot point of the rotation.

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

Syntax

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

Remarks

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

See Also