STK AviatorSend comments on this topic.
GetMinimumTime Method (IAgAvtrProcedureFormationRecover)
See Also
ConsiderPrevProc
Windows





Windows & Linux

Description

Get the minimum time at which formation might be possible. Opt whether to consider previous procedure(s) for the minimum time.

Syntax

[Visual Basic .NET]
Public Function GetMinimumTime( _
    ByVal ConsiderPrevProc As Boolean _
) As System.Object
[C#]
public System.Object GetMinimumTime(
    bool ConsiderPrevProc
);
[Managed C++]
public: VARIANT GetMinimumTime(
    bool ConsiderPrevProc
);
[Unmanaged C++]
public: HRESULT GetMinimumTime(
    VARIANT_BOOL ConsiderPrevProc,
    VARIANT * pVal
);
[Java]
public AgVariant getMinimumTime(
    bool ConsiderPrevProc
);
[Python - STK API ]
def GetMinimumTime(self, ConsiderPrevProc:bool) -> typing.Any:

Parameters

ConsiderPrevProc

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.