Description Adds an angle to a general coating.
Syntax success = AddGeneralCoatingAngle ( id, angle )
Parameters success (Boolean) True if the function was successful, False otherwise.
id As Long Identifier of the general coating.
angle As Double The angle in degrees.
Remarks This function adds an angle to 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
|