CreateInfo: IMetabaseObjectCreateInfo;
The CreateInfo property returns the information about the object created in the repository.
The obtained information can be used to change settings of created object (name, identifier, and so on).
The example of use is given in description of the IPythonSerializer.CreateLoaderFromFile method.
See also: