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 );
IAgAsDensityModelResultEval Interface