Click or drag to resize
XGisResult Constructor (Int32, String, String, String, String, String, Double, Double)
Initializes a new instance of the XGisResult class.

Namespace:  Biolomics.SharedClasses
Assembly:  Biolomics.SharedClasses (in Biolomics.SharedClasses.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XGisResult(
	int p_Id,
	string p_Title,
	string p_Info,
	string p_City,
	string p_CountryCode,
	string p_CountryName,
	double p_Latitude,
	double p_Longitude
)

Parameters

p_Id
Type: SystemInt32
The Id.
p_Title
Type: SystemString
The title.
p_Info
Type: SystemString
The information.
p_City
Type: SystemString
The city.
p_CountryCode
Type: SystemString
The country code.
p_CountryName
Type: SystemString
Name of the country.
p_Latitude
Type: SystemDouble
The latitude.
p_Longitude
Type: SystemDouble
The longitude.
See Also