AGI AgRadarPlugin 11 Send comments on this topic.
IsDynamic Property (IAgStkRadarRcsPlugin)
See Also 





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 * pRetVal
);

[Java]
public bool getIsDynamic();

Return Type

Returns true if the radar cross section is time dynamic, otherwise return false.

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1