STK ObjectsSend 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
);
[Python - STK API ]
@property
def ShiftSAA(self) -> bool:

@ShiftSAA.setter
def ShiftSAA(self, ShiftSAA:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.