Description Changes the coefficients of a general coating at a specific wavelength and angle.
Syntax success = SetGeneralCoatingCoefficients ( id, wavelength, angle, coating )
Parameters success (Boolean) Indicates if the function succeeded (True) or failed (False).
id As Long The identifier of the general coating.
wavelength As Double The wavelength for which the coefficients are changed.
angle As Double The angle for which the coefficients are changed.
coating As T_GENERALCOATINGITEM Structure containing the new coefficients for the specified data point.
Remarks This function changes the coefficients of 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
|