LogisticsAddressFormatLines::existElement Method
Determines whether the specified address element exists for the given address format.
Syntax
server public static boolean existElement(AddressFormatId _addrFormat, LogisticsAddressElement _element)
Run On
Server
Parameters
- _addrFormat
Type: AddressFormatId Extended Data Type
The address format to check within.
- _element
Type: LogisticsAddressElement Enumeration
The address element to check for.
Return Value
Type: boolean
true if the element exists within the address format; otherwise, false.