CreateCopyInfo: IMetabaseObjectCopyInfo;
CreateCopyInfo(): Prognoz.Platform.Interop.Metabase.IMetabaseObjectCopyInfo;
The CreateCopyInfo method enables creating an object to copy by certain parameters.
Copying is executed using the IMetabase.CopyObject method.
The example of use is given in the IMetabase.CopyObject description.
See also: