Description Deletes a wavelength from a specified sampled coating.
Syntax success = DeleteSampledCoatingWavelength ( id, wavelength )
Parameters success (Boolean) Indicates if the deletion succeeded. True if the deletion was successful, False otherwise.
id As Long Identifier of the sampled coating to be modified.
wavelength As Double Wavelength to be deleted from the sampled coating.
Remarks This function deletes a wavelength from a specified sampled coating. If there is a problem, the function returns False and may or may not set an error. If it succeeds, it returns True.
See Also DeleteSampledCoatingIthWavelength DeleteSampledCoatingWavelength GetSampledCoatingIthWavelength GetSampledCoatingWavelengthCount Examples
|