Description Retrieves the parameters for a specific layer of a thin film coating.
Syntax success = GetThinFilmIthLayer ( id, layer, thickness, material, repeatCount )
Parameters success (Boolean) Indicates if the function succeeded (True) or not (False).
id As Long Identifier of the coating.
layer As Long The identifier (zero based) of the layer.
thickness As Double The thickness of the layer.
material As Long The identifier of the material used for the layer.
repeatCount As Long The number of repetitions of the layer.
Remarks This function retrieves the parameters for a specific layer of a thin film coating. If there is a problem the function sets an error and returns False.
See Also Examples
|