Convert(SourceFormat: TopobaseFormat; DestFormat: TopobaseFormat): IIOStream;
Convert(SourceFormat: Prognoz.Platform.Interop.Topobase.TopobaseFormat; DestFormat: Prognoz.Platform.Interop.Topobase.TopobaseFormat): System.IO.Stream
SourceFormat. Value of the source format.
DestFormat. Output format value.
The Convert method converts the topobase from the source format to the output format.
For advanced information about output topobase formats features, refer to the TopobaseFormat enumeration description.
The method use is given in description of the ITopobase.AvailableFormats property.
See also: