SIFWorks ADK 2.0
SetGridLocation Method (Latitude, Longitude)
NamespacesEdustructures.SifWorks.TransBusPositionInfoSetGridLocation(Nullable<(Of <Decimal>)>, Nullable<(Of <Decimal>)>)

[This is preliminary documentation and is subject to change.]

Sets the value of the <GridLocation> element.
Declaration Syntax
C#Visual BasicVisual C++
public void SetGridLocation(
	Nullable<decimal> Latitude,
	Nullable<decimal> Longitude
)
Public Sub SetGridLocation ( _
	Latitude As Nullable(Of Decimal), _
	Longitude As Nullable(Of Decimal) _
)
public:
void SetGridLocation (
	Nullable<Decimal> Latitude, 
	Nullable<Decimal> Longitude
)
Parameters
Latitude (Nullable<(Of <Decimal>)>)
The latitude coordinate of this location expressed in decimal format (e.g. "41.7699657")
Longitude (Nullable<(Of <Decimal>)>)
The longitude coordinate of this location expressed in decimal format (e.g. "79.548445")
Remarks

This form of setGridLocation is provided as a convenience method that is functionally equivalent to the GridLocation

Version: 2.0

Since: 1.5r1

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10