Swap the position of two objects in the list

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

Syntax

C#
public void Swap(
	CameraInfo c1,
	CameraInfo c2
)
Visual Basic
Public Sub Swap ( _
	c1 As CameraInfo, _
	c2 As CameraInfo _
)
JScript
public function Swap(
	c1 : CameraInfo, 
	c2 : CameraInfo
)

Parameters

c1
Type: Ico.Windows.Media.Media3D..::..CameraInfo
the first object
c2
Type: Ico.Windows.Media.Media3D..::..CameraInfo
the second object

See Also