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






Windows & Linux

Description

Removes the named component from the collection.

Syntax

[Visual Basic .NET]
Public Sub Remove( _
    ByVal Name As String _
) As 
[C#]
public void Remove(
    string Name
);
[Managed C++]
public: void Remove(
    String __gc ^ Name
);
[Java]
public void remove(
    String Name
);
[Unmanaged C++]
public: HRESULT Remove(
    BSTR Name
);

Parameters

Name

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.