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


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

IEnumNameEdit.Remove Method

Removes a Name from the list.

[Visual Basic .NET]
Public Sub Remove ( _
    ByVal Name As IName _
)
[C#]
public void Remove (
    IName Name
);
[C++]
HRESULT Remove(
  IName* Name
);
[C++]
Parameters
Name [in]

Name is a parameter of type IName*

Product Availability

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

Description

Removes the specified Name object from the enumerator.

See Also

IEnumNameEdit Interface