STK AgRadarPluginSend comments on this topic.
IsDynamic Property (IAgStkRadarRcsPlugin)
See Also
Windows





Windows & Linux

Description

Gets a flag indicating whether or not the radar cross section is dynamic.

Property type

Read-only property

Syntax

[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();

Remarks

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.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.