AGI STK Objects 11 Send comments on this topic.
Remove Method (IAgComponentInfoCollection)
See Also 
Name





Description

Removes the named component from the collection.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
   ByVal Name As String _
) 

[C#]
public void Remove(
string Name
);

[Managed C++]
public: void Remove(
String __gc ^ Name
);

[Java]
public  remove(
String Name
);

[Unmanaged C++]
public: HRESULT Remove(
BSTR Name
);

Parameters

Name

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1