Class NSAddress
Carrier object for Address.
Syntax
Constructors
NSAddress()
Initializes a new instance of the NSAddress class.
Introduced or updated in version: 7
Declaration
NSAddress
Methods
GetLocalizedAddress()
NSLocalizedField[] is a list of LocalizedFieldList objects. Used to store localized information such as formatted address data.
Introduced or updated in version: 7
Declaration
NSLocalizedField[][] GetLocalizedAddress()
Returns
Type | Description |
---|---|
CRMScript.NetServer.NSLocalizedField[][] |
GetWgs84Latitude()
Latitude (that's north/south), decimal degrees, relative to WGS 84 ellipsoid. SuperOffice ASA is at 59.91892. This value needs no further grid reference or other qualifying information.
Introduced or updated in version: 7
Declaration
Float GetWgs84Latitude()
Returns
Type | Description |
---|---|
Float |
GetWgs84Longitude()
Longitude (that's East/west), decimal degrees, relative to WGS 84 ellipsoid. SuperOffice ASA is at 10.73159. This value needs no further grid reference or other qualifying information.
Introduced or updated in version: 7
Declaration
Float GetWgs84Longitude()
Returns
Type | Description |
---|---|
Float |
SetLocalizedAddress(NSLocalizedField[][])
NSLocalizedField[] is a list of LocalizedFieldList objects. Used to store localized information such as formatted address data.
Introduced or updated in version: 7
Declaration
Void SetLocalizedAddress(NSLocalizedField[][] list)
Parameters
Type | Name | Description |
---|---|---|
CRMScript.NetServer.NSLocalizedField[][] | list |
Returns
Type | Description |
---|---|
Void |
SetWgs84Latitude(Float)
Latitude (that's north/south), decimal degrees, relative to WGS 84 ellipsoid. SuperOffice ASA is at 59.91892. This value needs no further grid reference or other qualifying information.
Introduced or updated in version: 7
Declaration
Void SetWgs84Latitude(Float latitude)
Parameters
Type | Name | Description |
---|---|---|
Float | latitude |
Returns
Type | Description |
---|---|
Void |
SetWgs84Longitude(Float)
Longitude (that's East/west), decimal degrees, relative to WGS 84 ellipsoid. SuperOffice ASA is at 10.73159. This value needs no further grid reference or other qualifying information.
Introduced or updated in version: 7
Declaration
Void SetWgs84Longitude(Float longitude)
Parameters
Type | Name | Description |
---|---|---|
Float | longitude |
Returns
Type | Description |
---|---|
Void |