This method sets all the parameteres that a observer needs.

Namespace:  GLSV
Assembly:  GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)

Syntax

C#
public void SetParams(
	XYZ dispPos,
	XYZ dispHor,
	XYZ dispPerp,
	XY dispSizeMm
)
Visual Basic (Declaration)
Public Sub SetParams ( _
	dispPos As XYZ, _
	dispHor As XYZ, _
	dispPerp As XYZ, _
	dispSizeMm As XY _
)
Visual C++
public:
void SetParams(
	XYZ^ dispPos, 
	XYZ^ dispHor, 
	XYZ^ dispPerp, 
	XY^ dispSizeMm
)

Parameters

dispPos
Type: GLSV..::.XYZ
Display position
dispHor
Type: GLSV..::.XYZ
Display horizontal
dispPerp
Type: GLSV..::.XYZ
Display perpendicular
dispSizeMm
Type: GLSV..::.XY
Display size in mm

See Also