IMetabase.CreateCopyInfo

Syntax

CreateCopyInfo: IMetabaseObjectCopyInfo;

Description

The CreateCopyInfo method enables creating an object to copy by certain parameters.

Copying is executed using the IMetabase.CopyObject method.

Example

The example of use is given in the IMetabase.CopyObject description.

See also:

IMetabase