AGI STK Astrogator 11 Send comments on this topic.
Remove Method (IAgVACalcObjectCollection)
See Also 
IndexOrName
Windows






Windows & Linux

Description

Removes a calc object from the collection.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
   ByVal IndexOrName As System.Object _
) 

[C#]
public void Remove(
System.Object IndexOrName
);

[Managed C++]
public: void Remove(
VARIANT IndexOrName
);

[Java]
public  remove(
Variant IndexOrName
);

[Unmanaged C++]
public: HRESULT Remove(
VARIANT IndexOrName
);

Parameters

IndexOrName

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface