AGI AgRadarPlugin 11Send comments on this topic.
ConstructPolarization Method (IAgStkRadarClutterMapComputeParams)
See Also 
polType
Windows






Windows & Linux

Description

Constructs a new polarization object.

Syntax

[Visual Basic .NET]
Public Function ConstructPolarization( _
   ByVal polType As AgECRPolarizationType _
) As IAgCRPolarization
[C#]
public IAgCRPolarization ConstructPolarization(
   AgECRPolarizationType polType
);
[Managed C++]
public: IAgCRPolarization^ ConstructPolarization(
   AgECRPolarizationType polType
);
[Java]
public IAgCRPolarization constructPolarization(
   AgECRPolarizationType polType
);
[Unmanaged C++]
public: HRESULT ConstructPolarization(
   AgECRPolarizationType polType,
   IAgCRPolarization ** ReturnValue
);

Parameters

polType
MemberValueDescription
eCRLinearPol1Linear. The receiver is linearly polarized with the electrical field aligned with the reference axis.
eCRLHCPol2Left-hand Circular. The receiver is configured to receive left-hand circularly polarized transmissions.
eCRRHCPol3Right-hand Circular. The receiver is configured to receive right-hand circularly polarized transmissions.
eCREllipticalPol4Elliptical. 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.

Remarks

Constructs a new polarization object of type polType which is one of the AgECRPolarizationType enumeration values.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.