Number of times per second the data should be updated. Minimum value allowed is 1. Default value is 41 (24 Hz).

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int UpdateRate { get; set; }
Visual Basic
Public Property UpdateRate As Integer
	Get
	Set
JScript
function get UpdateRate () : int
function set UpdateRate (value : int)

See Also