ArcObjects Library Reference (System)  

IFileNames.Remove Method

Removes the current filename from the array.

[Visual Basic .NET]
Public Sub Remove ( _
)
[C#]
public void Remove (
);
[C++]
HRESULT Remove(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Removes the current file name in the array from the array.

Remarks

The Remove method cannot be called right after the Reset method. First point to an element in array by calling the Next method, and the Remove method can be used after that.

See Also

IFileNames Interface