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





Windows & Linux

Description

Get the start time.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property StartTime() As Double
[C#]
public double StartTime {get; set;}
[Managed C++]
public: __property double get_StartTime();
public: __property void set_StartTime( double );
[Unmanaged C++]
public: HRESULT get_StartTime(
    double * start
);
public: HRESULT put_StartTime(
    double start
);
[Java]
public double getStartTime();
public void setStartTime(
    double
);
[Python - STK API ]
@property
def StartTime(self) -> float:

@StartTime.setter
def StartTime(self, start:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.