Click or drag to resize

CAEXLibraryTLibItemCopyAndChangeReferences Method

Creates a copy of the library and assigns the provided name to the copy. Including references to objects in the original library are redirected to objects in the copied library.

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public CAEXLibrary<TLibItem> CopyAndChangeReferences(
	CAEXFileType caexFile,
	string name
)

Parameters

caexFile  CAEXFileType
The CAEX file object, to which the copied library is appended.
name  String
The new name.

Return Value

CAEXLibraryTLibItem
The copied object, if it could be appended to the CAEX file; otherwise null.
See Also