SetOptions

Overwrites the current option properties with the new option properties.

Syntax

Sub setOptions(options As Map) 

Parameters

  • The new option map to replace the current option map

Example

Dim map As New G1CLIENTLib.Map 
Dim requestMsg As New G1CLIENTLib.Message 

map.Insert "OutputCasing", "M" 
map.Insert "OutputRecordType", "A" 

requestMsg.setOptions map