Public Sub GetDirection( _ ByRef x As Double, _ ByRef y As Double, _ ByRef z As Double _ )
public void GetDirection( ref double x, ref double y, ref double z );
public: void GetDirection( double ^ x, double ^ y, double ^ z );
public: HRESULT GetDirection( double * x, double * y, double * z );
IAgSTKRadarSTCAttenComputeParams Interface