CreatePmMap - method of the Pm object
Description:
Creates object of the
PmMap type where named values can be added.
Syntax:
Object CreatePmMap()
Example1:
See "
Creating property and setting value" and "
Read property value" in the description of the
PmMap object.
Example2:
JavaScriptVBScriptSelect and copy to clipboard
var mMap = Pm.CreatePmMap();
Dim mMap
Set mMap = Pm.CreatePmMap()