ICustomObjectResolver.ReadToFile

Syntax

ReadToFile(FileName: String);

Parameters

FileName. Full name of the file, to which data must be read.

Description

The ReadToFile method reads custom object data to the specified file.

Comments

To write data from file to custom object, use the ICustomObjectResolver.WriteFromFile.

Example

The property use is given in the example for IMetabaseUpdateProgress.OnAfterApplyCustomObject.

See also:

ICustomObjectResolver