In The Hand LtdIn The Hand
CivicAddress Constructor (addressLine1, addressLine2, building, city, countryRegion, floorLevel, postalCode, stateProvince)
NamespacesInTheHand.Device.LocationCivicAddressCivicAddress(String, String, String, String, String, String, String, String)
.NET Components for Mobility
Initializes a new instance of the CivicAddress class with address information.
Declaration Syntax
C#Visual Basic
public CivicAddress(
	string addressLine1,
	string addressLine2,
	string building,
	string city,
	string countryRegion,
	string floorLevel,
	string postalCode,
	string stateProvince
)
Public Sub New ( _
	addressLine1 As String, _
	addressLine2 As String, _
	building As String, _
	city As String, _
	countryRegion As String, _
	floorLevel As String, _
	postalCode As String, _
	stateProvince As String _
)
Parameters
addressLine1 (String)
A String containing the first line of the street address.
addressLine2 (String)
A String containing the second line of the street address.
building (String)
A String containing the building name or number.
city (String)
A String containing the city.
countryRegion (String)
A String containing the country or region. =
floorLevel (String)
A String containing the floor number.
postalCode (String)
A String containing the postal code.
stateProvince (String)
A String containing the state or province.
Exceptions
ExceptionCondition
ArgumentExceptionAt least one parameter must be a non-empty string.

Assembly: InTheHand.Device (Module: InTheHand.Device) Version: 7.0.0.0