STK ObjectsSend comments on this topic.
SupportedModels Property (IAgRadarCrossSectionInheritable)
See Also
Windows





Windows & Linux

Description

Gets an array of supported model names.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.