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#] |
---|
public bool IsDynamic {get;} |
[Managed C++] |
---|
public: __property bool get_IsDynamic(); |
[Unmanaged C++] |
---|
public: HRESULT get_IsDynamic( VARIANT_BOOL * pIsDynamic ); |
[Java] |
---|
public bool getIsDynamic(); |
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.