BriefItem_Coordinate_Point Constructor (Double, Double, String, String)
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,
string FeatureType
) |
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
- FeatureType
- Type: System..::..String
Altitude for this point on a 3-dimensional plane (in meters)
See Also