This method sets all the parameteres that a observer needs.
Namespace:
GLSVAssembly: GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)
Syntax
C# |
---|
public void SetParams( XYZ obsPos, XYZ obsHor, double inter, double n, double f ) |
Visual Basic (Declaration) |
---|
Public Sub SetParams ( _ obsPos As XYZ, _ obsHor As XYZ, _ inter As Double, _ n As Double, _ f As Double _ ) |
Visual C++ |
---|
public: void SetParams( XYZ^ obsPos, XYZ^ obsHor, double inter, double n, double f ) |
Parameters
- obsPos
- Type: GLSV..::.XYZ
Position
- obsHor
- Type: GLSV..::.XYZ
Horizontal
- inter
- Type: System..::.Double
interaxial
- n
- Type: System..::.Double
Near
- f
- Type: System..::.Double
Far