ITopobase.Convert

Fore Syntax

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

Fore.NET Syntax

Convert(SourceFormat: Prognoz.Platform.Interop.Topobase.TopobaseFormat; DestFormat: Prognoz.Platform.Interop.Topobase.TopobaseFormat): System.IO.Stream

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 advanced information about output topobase formats features, refer to the TopobaseFormat enumeration description.

Example

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

See also:

ITopobase