ExportLib()

Export a Data Tree item (and all its children) into a standalone library file.

Usage

ExportLib(node)

Parameters

node (string)
The path of the related tree item.

Return Value

None

Error

The tree item path (node) should exist.

Description

This routine exports a Data Tree item (and its children) into a standalone library file (.acl file). For example,
node = 'MATERIAL_MODEL'
ExportLib( node )