STK ObjectsSend comments on this topic.
Mode Property (IAgRadarModelBistaticTransmitter)
See Also
Windows





Windows & Linux

Description

Gets the current radar mode.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Mode() As IAgRadarModeBistaticTransmitter
[C#]
public IAgRadarModeBistaticTransmitter Mode {get;}
[Managed C++]
public: __property IAgRadarModeBistaticTransmitter ^ get_Mode();
[Unmanaged C++]
public: HRESULT get_Mode(
    IAgRadarModeBistaticTransmitter ** ppRadarMode
);
[Java]
public IAgRadarModeBistaticTransmitter getMode();
[Python - STK API ]
@property
def Mode(self) -> "IAgRadarModeBistaticTransmitter":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.