Namespace: SynergyServerScripting.Entities
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)

Public Shared Function GetAddressAttributeGeoCode( _ 
ByVal attrib_value_id As EntityID, _ 
ByVal db As IDatabase
) As GeocodedAddress
This language is not supported or no code example is available.
public static GeocodedAddress GetAddressAttributeGeoCode( 
EntityID attrib_value_id
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static GeocodedAddress^ GetAddressAttributeGeoCode( 
EntityID^ attrib_value_id
IDatabase^ db 
)
This language is not supported or no code example is available.
public static function GetAddressAttributeGeoCode( 
attrib_value_id : EntityID
db : IDatabase 
) : GeocodedAddress;
This language is not supported or no code example is available.

Parameters

attrib_value_id
Type: EntityID

<default>

db
Type: IDatabase

<default>

Return Value

Type: GeocodedAddress
Exception type Condition

ArgumentNullException

ArgumentNullException

Exception

Exception

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1