Location(String, Int 32, Double, Double) Constructor
Initializes a new instance of the Location class.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public Location(
string ID,
int index,
double lat,
double lon
)VB
Public Sub New (
ID As String,
index As Integer,
lat As Double,
lon As Double
)C++
public:
Location(
String^ ID,
int index,
double lat,
double lon
)F#
new :
ID : string *
index : int *
lat : float *
lon : float -> Location