Description Deletes a specific layer from a thin film coating.
Syntax success = DeleteThinFilmIthLayer ( id, layer )
Parameters success (Boolean) True if the function succeeded, False otherwise.
id As Long Identifier of the thin film coating.
layer As Long Index (zero based) of the layer to be deleted.
Remarks This function deletes a specific layer from a thin film coating. If there is a problem the function sets an error and returns False.
See Also Examples
|