Functions Documentation
View Function Edit Function
Name objGetStaticDataForStationType_deprecated
Syntax (objGetStaticDataForStationType_deprecated number string)
Argument List number: The UNID of the station you want to get the static data from.
string: The name of the static data.
Returns data: The data from the xml named by the string from the space object type.
Category station, data, unid, 0.98
Description Returns the data from the xml named by the string from the space objects type.
Example
Comment Just like objGetStaticData except it takes a UNID instead of a space object. Very useful function due to you can store things in the xml before hand and get them in code.
DEPRECATED. Use typGetStaticData instead.