Description Deletes a wavelength identified by its position in the wavelength list from a specified sampled coating.
Syntax success = DeleteSampledCoatingIthWavelength ( id, indx )
Parameters success (Boolean) Indicates if the deletion succeeded. True if the deletion was successful, False otherwise.
id As Long Identifier of the sampled coating.
indx As Long Zero-based index in the wavelength list of the wavelength to be deleted from the sampled coating.
Remarks This function deletes a wavelength identified by its position in the wavelength list 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 DeleteSampledCoatingWavelength GetSampledCoatingIthWavelength GetSampledCoatingWavelengthCount Examples
|