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





Windows & Linux

Description

Gets an array of supported mode names.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SupportedModes() As System.Array
[C#]
public System.Array SupportedModes {get;}
[Managed C++]
public: __property System::Array get_SupportedModes();
[Unmanaged C++]
public: HRESULT get_SupportedModes(
    SAFEARRAY * * ppRetVal
);
[Java]
public AgSafeArray getSupportedModes();
[Python - STK API ]
@property
def SupportedModes(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.