Gets or sets the RMS wavefront error of the optical system.
Read-write property
[Visual Basic .NET] |
---|
Public Property RMSWavefrontError() As Double |
[C#] |
---|
public double RMSWavefrontError {get; set;} |
[Managed C++] |
---|
public: __property double get_RMSWavefrontError(); |
[Unmanaged C++] |
---|
public: HRESULT get_RMSWavefrontError( double * pVal ); public: HRESULT put_RMSWavefrontError( double newVal ); |
[Java] |
---|
public double getRMSWavefrontError(); public void setRMSWavefrontError( double ); |