AGI STK Objects 11Send 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
);
[Java]
public  remove(
   String Filename
);
[Unmanaged C++]
public: HRESULT Remove(
   BSTR Filename
);

Parameters

Filename

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.