ITopobase.Convert

Syntax

Convert(SourceFormat: TopobaseFormat; DestFormat: TopobaseFormat): IIOStream;

Properties

SourceFormat. Value of the source format.

DestFormat. Output format value.

Description

The Convert method converts the topobase from the source format to the output format.

Comments

For details about features of output topobase formats see the description of the TopobaseFormat enumeration.

Example

The method use is given in description of the ITopobase.AvailableFormats property.

See also:

ITopobase