2.2.2. Assembly: CasaSoft.KmlLib.MSTS

2.2.2.1. Method: CasaSoft.vrt.KmlLib.FlyToConverter.FileHeader

Returns the file header

Returns:

2.2.2.2. Method: CasaSoft.vrt.KmlLib.FlyToConverter.PlacemarkBody(CasaSoft.vrt.KmlLib.IPlacemark,System.String)

Converts the specified placemark to text using the given title

Parameter pm: `Type: CasaSoft.vrt.KmlLib.Placemark`_ to convert

Parameter text: Title to use

Returns:

2.2.2.2.1. Type: CasaSoft.vrt.KmlLib.MkrConverter

Specialized `Type: CasaSoft.vrt.KmlLib.Converter`_ class for conversion to markers

2.2.2.3. Method: CasaSoft.vrt.KmlLib.MkrConverter.FileHeader

Returns the file header

Returns:

2.2.2.4. Method: CasaSoft.vrt.KmlLib.MkrConverter.PlacemarkBody(CasaSoft.vrt.KmlLib.IPlacemark,System.String)

Converts the specified placemark to text using the given title

Parameter pm: `Type: CasaSoft.vrt.KmlLib.Placemark`_ to convert

Parameter text: Title to use

Returns:

2.2.2.5. Method: CasaSoft.vrt.KmlLib.MkrConverter.StreamWrite(System.String,System.String)

Prints data to output file using 16 bit unicode encoding

Parameter content: Data to include in file

Parameter outputfile: Filename for output.

2.2.2.5.1. Type: CasaSoft.vrt.KmlLib.MSTSConverterFactory

Creates classes for kml converters to MSTS/OR formats

2.2.2.6. Method: CasaSoft.vrt.KmlLib.MSTSConverterFactory.GetConverter(System.String)

Returns the text converter of the specified type

Parameter type: available codes are: (Empty string)->Text ‘MKR’, ‘FLYTO’

Returns: Instance of class with `Type: CasaSoft.vrt.KmlLib.IConverter`_ interface