STK ObjectsSend comments on this topic.
SetMode Method (IAgRadarModelBistaticTransmitter)
See Also
ModeName
Windows





Windows & Linux

Description

Sets the current radar mode by name.

Syntax

[Visual Basic .NET]
Public Sub SetMode( _
    ByVal ModeName As String _
)
[C#]
public void SetMode(
    string ModeName
);
[Managed C++]
public: void SetMode(
    String __gc ^ ModeName
);
[Unmanaged C++]
public: HRESULT SetMode(
    BSTR ModeName
);
[Java]
public void setMode(
    String ModeName
);
[Python - STK API ]
def SetMode(self, ModeName:str) -> None:

Parameters

ModeName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.