STK AviatorSend comments on this topic.
ShiftTime Property (IAgAvtrProcedureExtEphem)
See Also
Windows





Windows & Linux

Description

Get the shift time.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShiftTime() As Double
[C#]
public double ShiftTime {get; set;}
[Managed C++]
public: __property double get_ShiftTime();
public: __property void set_ShiftTime( double );
[Unmanaged C++]
public: HRESULT get_ShiftTime(
    double * pdVal
);
public: HRESULT put_ShiftTime(
    double newdVal
);
[Java]
public double getShiftTime();
public void setShiftTime(
    double
);
[Python - STK API ]
@property
def ShiftTime(self) -> float:

@ShiftTime.setter
def ShiftTime(self, newdVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.