Gets a flag indicating whether or not the radar cross section is dynamic.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property IsDynamic() As Boolean |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property bool get_IsDynamic(); |
| [Unmanaged C++] |
|---|
public: HRESULT get_IsDynamic( |
| [Java] |
|---|
public bool getIsDynamic(); |
Returns true if the radar cross section is time dynamic, otherwise return false.
This property is used to optimize graphics performance. If the aspect dependent radar cross section does not change from time step to time step, there is no need for the STK graphics engine to recompute the entire aspect dependent RCS matrix for each animation step.
