GeodeticCoordinateAltitude Property |
http://www.emgu.com
Altitude (height) in meters
Namespace:
Emgu.CV.Geodetic
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.4.0.4061
Syntaxpublic double Altitude { get; set; }
Public Property Altitude As Double
Get
Set
public:
property double Altitude {
double get ();
void set (double value);
}
member Altitude : float with get, set
Property Value
Type:
Double
See Also