AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_ShiftSAA(
    VARIANT_BOOL ShiftSAA
);
[Java]
public bool getShiftSAA();
public void setShiftSAA(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.