STK AviatorSend comments on this topic.
SetStopTime Method (IAgAvtrProcedureTimeOptions)
See Also
Time
Windows





Windows & Linux

Description

Set the stop time for the procedure.

Syntax

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

Parameters

Time

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.