ArcObjects Library Reference (System)  

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