Description
Gets the read-only signal.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property OrthoPolChannelSignal() As IAgCRSignal
|
| [Managed C++] |
|---|
public: __property IAgCRSignal^ get_OrthoPolChannelSignal();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_OrthoPolChannelSignal( IAgCRSignal ** ppRetVal );
|
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