Description Deletes a wavelength from a general coating.
Syntax success = DeleteGeneralCoatingWavelength ( id, wavelength )
Parameters success (Boolean) True if the function was successful, False otherwise.
id As Long Identifier of the general coating.
wavelength As Double The wavelength you want to delete.
Remarks This function deletes a wavelength from a general coating. If there is a problem, the function returns False and does not modify the general coating.
See Also GetGeneralCoatingIthWavelength GetGeneralCoatingWavelengthCount Examples
|