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





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
);

[Java]
public  remove(
String Filename
);

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

Parameters

Filename

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1