AGI AgRadarPlugin 11 Send comments on this topic.
OrthoPolChannelSignal Property (IAgStkRadarRcsProcessSignalsParams)
See Also 





Description

Gets the read-only signal.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property OrthoPolChannelSignal() As IAgCRSignal

[C#]
public IAgCRSignal OrthoPolChannelSignal {get;}

[Managed C++]
public: __property IAgCRSignal^ get_OrthoPolChannelSignal();

[Unmanaged C++]
public: HRESULT get_OrthoPolChannelSignal(
IAgCRSignal ** ppRetVal
);

[Java]
public IAgCRSignal getOrthoPolChannelSignal();

Return Type

The orthogonal channel signal if the orthogonal polarization is enabled on the transmitting radar object.  If the orthogonal is not enabled on the transmitting radar object, null is returned.  The IAgCRSignal interface returned by this property supports the IAgStkRadarSignal interface.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1