STK ObjectsSend comments on this topic.
Unload Method (IAgStkObject)
See Also
Windows





Windows & Linux

Description

Removes the object from the scenario.

Syntax

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

See Also

Example

Delete a STK Object
[C#]
stkObject.Unload();
Delete a STK Object
[Visual Basic .NET]
stkObject.Unload()
© 2024 Analytical Graphics, Inc. All Rights Reserved.