Description
The RMS wavefront error of the optical
system.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
Public Property RMSWavefrontError() As Double
|
| [C#] |
public double RMSWavefrontError {get; set;}
|
| [Managed C++] |
public: __property double get_RMSWavefrontError();
public: __property void set_RMSWavefrontError(
double
);
|
| [Unmanaged C++] |
public: HRESULT get_RMSWavefrontError(
double * pRetVal
);
public: HRESULT put_RMSWavefrontError(
double NewRMSWavefrontError
);
|
| [Java] |
public double getRMSWavefrontError();public void setRMSWavefrontError(
double
);
|
See Also