AGI STK Objects 11Send 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();
[Java]
public void unload();
[Unmanaged C++]
public: HRESULT Unload();

See Also

Example

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