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

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

Syntax

C#
public void UpdatePerspectives(
	IList<Perspective> perspectief
)
Visual Basic
Public Sub UpdatePerspectives ( _
	perspectief As IList(Of Perspective) _
)
Visual C++
public:
virtual void UpdatePerspectives(
	IList<Perspective^>^ perspectief
) sealed

Parameters

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

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

Implements

IListener..::..UpdatePerspectives(IList<(Of <<'(Perspective>)>>))

See Also