BriefItem_Coordinate_Point Constructor (Double, Double, String, Int64)
Constructor for a new instance of the BriefItem_Coordinate_Point class
Namespace: SobekCM.Core.BriefItemAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public BriefItem_Coordinate_Point(
double Latitude,
double Longitude,
string Label,
long Altitude
) |
Parameters
- Latitude
- Type: System..::..Double
Latitude (expressed in decimal notation) for this point
- Longitude
- Type: System..::..Double
Longitude (expressed in decimal notation) for this point
- Label
- Type: System..::..String
Label to associate with this point
- Altitude
- Type: System..::..Int64
Altitude for this point on a 3-dimensional plane (in meters)
See Also