mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

Coordinate_Line.Add_Point Method (Double, Double, String, Int64)



Adds a new point to this line, including altitude


Namespace: SobekCM.Resource_Object.Metadata_Modules.GeoSpatial
Assembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)

Syntax

C#
public Coordinate_Point Add_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)

Return Value

Type: Coordinate_Point
Fully built and added point object

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )