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