C# Workmates API
 All Classes Namespaces Functions Variables Enumerations Enumerator
static ReturnCode GetWorkmateAddress ( int  workmateId,
out WorkmateAddress  address 
)
inlinestatic

The function retrieves the workmate address from the database based on the workmate id.

Parameters
workmateIdthe id of the workmate
addressthe workmate's address data structure as output
Returns
ReturnCode enumeration

The function retrieves the address if the workmate exists.
In case it does not exist the function returns the error WorkmateNotDefined and the address structure is undefined.

See also
SetWorkmateAddress ResetWorkmateAddress