STK AviatorSend comments on this topic.
SetStartTime Method (IAgAvtrProcedureFastTimeOptions)
See Also
Time
Windows





Windows & Linux

Description

Set the start time for the procedure.

Syntax

[Visual Basic .NET]
Public Sub SetStartTime( _
    ByVal Time As System.Object _
)
[C#]
public void SetStartTime(
    System.Object Time
);
[Managed C++]
public: void SetStartTime(
    VARIANT Time
);
[Unmanaged C++]
public: HRESULT SetStartTime(
    VARIANT Time
);
[Java]
public void setStartTime(
    AgVariant Time
);
[Python - STK API ]
def SetStartTime(self, Time:typing.Any) -> None:

Parameters

Time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.