This document is archived and information here might be outdated.  Recommended version.


IFileNames.Remove Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IF > IFileNames Interface > IFileNames.Remove Method
ArcGIS Developer Help

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