Constructs a new polarization object.
| [Visual Basic .NET] |
|---|
Public Function ConstructPolarization( _ ByVal polType As AgECRPolarizationType _ ) As IAgCRPolarization |
| [C#] |
|---|
public IAgCRPolarization ConstructPolarization( |
| [Managed C++] |
|---|
public: IAgCRPolarization^ ConstructPolarization( |
| [Java] |
|---|
public IAgCRPolarization constructPolarization( |
| [Unmanaged C++] |
|---|
public: HRESULT ConstructPolarization( |
- polType
Member Value Description eCRLinearPol 1 Linear. The receiver is linearly polarized with the electrical field aligned with the reference axis. eCRLHCPol 2 Left-hand Circular. The receiver is configured to receive left-hand circularly polarized transmissions. eCRRHCPol 3 Right-hand Circular. The receiver is configured to receive right-hand circularly polarized transmissions. eCREllipticalPol 4 Elliptical. The receiver is elliptically polarized. The vector describing the orientation of the electrical field with reference to the antenna describes an ellipse as it rotates over time.
Constructs a new polarization object of type polType which is one of the AgECRPolarizationType enumeration values.
