List of camera shots for Camera Patrol mode.

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

Syntax

C#
public class CameraShotCollection : List<CameraShot>, 
	ICloneable
Visual Basic
Public Class CameraShotCollection _
	Inherits List(Of CameraShot) _
	Implements ICloneable
JScript
public class CameraShotCollection extends List<CameraShot> implements ICloneable

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'CameraShot>)>)>
    Ico.Windows.Media.Media3D..::..CameraShotCollection

See Also