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





Windows & Linux

Description

Set the interrupt time for the procedure.

Syntax

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

Parameters

Time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.