Aqualogic Interaction API  
 

IPTPropertyMap.Initialize Method 

Associates a Session with this PropertyMap and optionally sets a Parent Map. If no parent map is set, then this will be the top-level map.

void Initialize(
   IPTSession pSession,
   IPTPropertyMap pParentMap
);

Parameters

pSession
Session to be associated with this Property Map
pParentMap
Top level map to inherit from (can be null)

See Also

IPTPropertyMap Interface | com.plumtree.server Namespace