STK ObjectsSend comments on this topic.
SetModel Method (IAgRadarCrossSectionInheritable)
See Also
ModelName
Windows





Windows & Linux

Description

Sets the current RCS model by name.

Syntax

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

Parameters

ModelName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.