Difference between revisions of "Global Address Object:Output Methods"
Jump to navigation
Jump to search
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | {{GlobalAddressObjectNav | |
− | + | |MethodsCollapse= | |
− | + | }} | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | { | ||
− | | | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{CustomTOC}} | {{CustomTOC}} | ||
==Output Methods== | ==Output Methods== | ||
− | = | + | <h3 style="background-color:rgb(240,240,240);">GetOutputParameter</h3> |
− | This function | + | :This function allows you to get the output value for a particular address output parameter after verification has occurred. |
+ | |||
+ | :;Format:<code>mdGlobalAddr.GetOutputParameter(“outputParameter”)</code> | ||
+ | :;Example:<code>mdGlobalAddr.GetOutputParameter(“AddressLine1”)</code> | ||
+ | |||
− | + | :For a list of all output parameters, see [[Global Address Object:Output Parameters|Output Parameters]]. | |
− | |||
[[Category:Global Address Object]] | [[Category:Global Address Object]] | ||
[[Category:Reference]] | [[Category:Reference]] |
Latest revision as of 22:01, 19 October 2018
← Global Address Object Reference
Global Address Object Navigation | |||||
---|---|---|---|---|---|
| |||||
| |||||
| |||||
| |||||
|
Output Methods
GetOutputParameter
- This function allows you to get the output value for a particular address output parameter after verification has occurred.
- Format
mdGlobalAddr.GetOutputParameter(“outputParameter”)
- Example
mdGlobalAddr.GetOutputParameter(“AddressLine1”)
- For a list of all output parameters, see Output Parameters.