Initializes the UI editor for camera info collection.

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

Syntax

C#
public CameraInfoCollectionEditor(
	Type type
)
Visual Basic
Public Sub New ( _
	type As Type _
)
JScript
public function CameraInfoCollectionEditor(
	type : Type
)

Parameters

type
Type: System..::..Type
The type of collection to edit.

See Also