STK ObjectsSend 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 _
)
[C#]
public void Remove(
    string Name
);
[Managed C++]
public: void Remove(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT Remove(
    BSTR Name
);
[Java]
public void remove(
    String Name
);
[Python - STK API ]
def Remove(self, Name:str) -> None:

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.