STK AgRadarPluginSend 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
);
[Unmanaged C++]
public: HRESULT ConstructPolarization(
    AgECRPolarizationType polType,
    IAgCRPolarization ** ppPolarization
);
[Java]
public IAgCRPolarization constructPolarization(
    AgECRPolarizationType polType
);

Parameters

polType

Remarks

Constructs a new polarization object of type polType which is one of the %AgECRPolarizationType:AgCommRdrFoundation~Enumerations~AgECRPolarizationType_EN% enumeration values.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.