Initializes list of new camera shots according to favorite views and Camera Patrol settings.

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

Syntax

C#
public CameraShotCollection(
	Ico3DControl parent
)
Visual Basic
Public Sub New ( _
	parent As Ico3DControl _
)
JScript
public function CameraShotCollection(
	parent : Ico3DControl
)

Parameters

parent
Type: Ico.Windows.Media.Media3D..::..Ico3DControl
Source of the default settings.

See Also