Swaps camera shots at the given positions.

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

Syntax

C#
public void Swap(
	int i,
	int j
)
Visual Basic
Public Sub Swap ( _
	i As Integer, _
	j As Integer _
)
JScript
public function Swap(
	i : int, 
	j : int
)

Parameters

i
Type: System..::..Int32
Index of camera shot.
j
Type: System..::..Int32
Index of camera shot.

See Also