Click or drag to resize
PortalLineCountyInState Method
Provides a way to iterate through the County 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 LineCountyInState(
	int index
)

Parameters

index
Type: SystemInt32
Zero based index for array of counties

Return Value

Type: String
County
See Also