Description Retrieves the coefficients from a general coating at a specific wavelength and angle.
Syntax success = GetGeneralCoatingCoefficients ( id, wavelength, angle, coating )
Parameters success (Boolean) Indicates if the function succeeded (True) or failed (False).
id As Long Identifier of the general coating.
wavelength As Double The wavelength whose coefficients are to be read.
angle As Double The angle whose coefficients are to be read.
coating As T_GENERALCOATINGITEM Structure containing coefficients from the specified data point.
Remarks This function retrieves the coefficients from a general coating at a specific wavelength and angle. If there is a problem the function sets an error and returns False.
See Also DeleteGeneralCoatingWavelength GetGeneralCoatingIthWavelength GetGeneralCoatingWavelengthCount Examples
|