Public Sub LatLonAlt( _ ByRef Latitude As Double, _ ByRef Longitude As Double, _ ByRef Altitude As Double _ )
public void LatLonAlt( ref double Latitude, ref double Longitude, ref double Altitude );
public: void LatLonAlt( double ^ Latitude, double ^ Longitude, double ^ Altitude );
public: HRESULT LatLonAlt( double * Latitude, double * Longitude, double * Altitude );
def LatLonAlt(self, Latitude:float, Longitude:float, Altitude:float) -> typing.Tuple[float, float, float]:
IAgAsDragModelResult Interface