Description Adds a wavelength data point to the specified General Coating.
Syntax success = AddGeneralCoatingWavelength( id, wavelength )
Parameters success (Boolean) True if the operation succeeded, False otherwise.
id As Long Identifier of the General Coating.
wavelength As Double Wavelength you want to add to the specified General Coating.
Remarks This function adds a wavelength data point to the specified General Coating. If there is a problem, the function returns False and may or may not set an error.
See Also DeleteGeneralCoatingWavelength GetGeneralCoatingIthWavelength GetGeneralCoatingWavelengthCount Examples
|