Public Sub Set( _ ByVal Latitude As Double, _ ByVal Longitude As Double, _ ByVal Altitude As Double _ )
public void Set( double Latitude, double Longitude, double Altitude );
public: void Set( double Latitude, double Longitude, double Altitude );
public: HRESULT Set( double Latitude, double Longitude, double Altitude );
public void set( double Latitude, double Longitude, double Altitude );
IAgEntityPosition Interface