[Missing <summary> documentation for "M:_3DScanner.Interoperability.IListener.UpdatePerspectives(System.Collections.Generic.IList{_3DScanner.Interoperability.Perspective})"]

Namespace: _3DScanner.Interoperability
Assembly: 3DScanner.Interoperability (in 3DScanner.Interoperability.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
void UpdatePerspectives(
	IList<Perspective> perspectief
)
Visual Basic
Sub UpdatePerspectives ( _
	perspectief As IList(Of Perspective) _
)
Visual C++
void UpdatePerspectives(
	IList<Perspective^>^ perspectief
)

Parameters

perspectief
Type: System.Collections.Generic..::..IList<(Of <(<'Perspective>)>)>

[Missing <param name="perspectief"/> documentation for "M:_3DScanner.Interoperability.IListener.UpdatePerspectives(System.Collections.Generic.IList{_3DScanner.Interoperability.Perspective})"]

See Also