Get or set the interval of time (in seconds) that the user has to remain inactive before the automatic camera patrol starts
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public int CameraPatrolInactivityTimeout { get; set; } |
Visual Basic |
---|
Public Property CameraPatrolInactivityTimeout As Integer
Get
Set |
JScript |
---|
function get CameraPatrolInactivityTimeout () : int
function set CameraPatrolInactivityTimeout (value : int) |
See Also