AGI AgCommRadarFoundation 11 Send comments on this topic.
ComputePolRotationAngle Method (IAgCRSignal)
See Also 
rcvSidePolarization
Windows






Windows & Linux

Description

Computes the angle between this signal's polarization coordinate system and the supplied polarization coordinate system.

Syntax

[Visual Basic .NET]
Public Function ComputePolRotationAngle( _
   ByVal rcvSidePolarization As IAgCRPolarization _
) As Double

[C#]
public double ComputePolRotationAngle(
IAgCRPolarization rcvSidePolarization
);

[Managed C++]
public: double ComputePolRotationAngle(
IAgCRPolarization ^ rcvSidePolarization
);

[Java]
public double computePolRotationAngle(
IAgCRPolarization rcvSidePolarization
);

[Unmanaged C++]
public: HRESULT ComputePolRotationAngle(
IAgCRPolarization * rcvSidePolarization,
double * ReturnValue
);

Parameters

rcvSidePolarization

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface