STK ObjectsSend comments on this topic.
Remove Method (IAgCvPointFileListCollection)
See Also
Filename
Windows





Windows & Linux

Description

Removes an element from the collection given a filename

Syntax

[Visual Basic .NET]
Public Sub Remove( _
    ByVal Filename As String _
)
[C#]
public void Remove(
    string Filename
);
[Managed C++]
public: void Remove(
    String __gc ^ Filename
);
[Unmanaged C++]
public: HRESULT Remove(
    BSTR Filename
);
[Java]
public void remove(
    String Filename
);
[Python - STK API ]
def Remove(self, Filename:str) -> None:

Parameters

Filename

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.