Description
Gets an array of supported antenna model names.
Property type
Read-only property
Syntax
[Visual Basic .NET] |
---|
Public Property SupportedAntennaModels() As System.Array
|
[C#] |
---|
public System.Array SupportedAntennaModels {get;}
|
[Managed C++] |
---|
public: __property System::Array get_SupportedAntennaModels();
|
[Unmanaged C++] |
---|
public: HRESULT get_SupportedAntennaModels(
SAFEARRAY * * ppRetVal
);
|
[Java] |
---|
public AgSafeArray getSupportedAntennaModels();
|
[Python - STK API] |
---|
@property
def SupportedAntennaModels(self) -> list:
|
See Also