Using Functions of MeteoInfo

The main functions of MeteoInfo are packed in a .NET class library ¡®MeteoInfoC.dll¡¯, which includes a ¡®MIApp¡¯ class for writing MeteoInfo script simply.

Add ¡®MeteoInfoC.dll¡¯ as a reference.

clr.AddReference("MeteoInfoC.dll")

from MeteoInfoC import *

 

Create an object of ¡®MIApp¡¯ class.

myApp = MIApp()

 

Then the functions of ¡®MIApp¡¯ class could be used in the script.


Copyright 2009-2011 Yaqiang Wang. All rights reserved.