Get the minimum time at which formation might be possible. Opt whether to consider previous procedure(s) for the minimum time.
[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: |
- ConsiderPrevProc