STK XSend comments on this topic.
Terminate Method (AgSTKXApplication)
See Also
Windows





Windows & Linux

Description

Terminates the use of STK Engine. This must be the last call to STK Engine.

Syntax

[Visual Basic .NET]
Public Sub Terminate()
[C#]
public void Terminate();
[Managed C++]
public: void Terminate();
[Unmanaged C++]
public: HRESULT Terminate();
[Java]
public void terminate();
[Python - STK API ]
def Terminate(self) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.