AGI STK Objects 11 Send comments on this topic.
Unload Method (IAgStkObject)
See Also  Example





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  unload();

[Unmanaged C++]
public: HRESULT Unload();

Example

Delete a STK Object
[C#] Copy Code
stkObject.Unload(); 
 

Delete a STK Object
[Visual Basic .NET] Copy Code
stkObject.Unload()

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1