AGI STK Objects 11 Send comments on this topic.
ShiftSAA Property (IAgVeSpEnvRadiation)
See Also 
Windows






Windows & Linux

Description

Flag to shift the SAA based on the model's epoch.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShiftSAA() As Boolean

[C#]
public bool ShiftSAA {get; set;}

[Managed C++]
public: __property bool get_ShiftSAA();
public: __property void set_ShiftSAA(
bool
);

[Unmanaged C++]
public: HRESULT get_ShiftSAA(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShiftSAA(
VARIANT_BOOL NewShiftSAA
);

[Java]
public bool getShiftSAA();public void setShiftSAA(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface