Click or drag to resize
PortalLineAddressValidate Method
This method will compare the current address with the addresses included in the ZipAddress table. If the current address is found, this method will update the LineGeocode based on the match found and return true; If the current address is not found then this method will terminate and return false.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public bool LineAddressValidate()

Return Value

Type: Boolean
The line's City, State and Zip is valid. (If the County is not blank, it must also be valid to result in a return value of true.)
See Also