sOper | (String) Specifies the type of the operation - this is not used so far. It is necessary to enter "" (empty string). |
---|---|
sString | (String) The text string containing definitions of property names and values.
The text string syntax is: "Name1:Value1;Name2: … ;". This is a text in the KeyVal format. |
var mMap = Pm.CreatePmMap();
mMap.mapLoadFromString("", "Temperature:85;Pressure:1013.85;");
// mMap.Temperature contains 85
// mMap.Pressure contains 1013.85