Click or drag to resize
PortalLineCityInStateAndZip Method
Provides a way to iterate through the City array list. Added to assist with COM applications or other applications that do not support array lists.

Namespace: KampData.TaxEngine.API
Assembly: KDTaxEngine (in KDTaxEngine.dll) Version: 3.0.5512.25362
Syntax
public string LineCityInStateAndZip(
	int index
)

Parameters

index
Type: SystemInt32
Zero based index for array of cities

Return Value

Type: String
City
See Also