This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IEnumNameEdit Interface > IEnumNameEdit.Remove Method (ArcObjects .NET 10.4 SDK) |
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
Removes the specified Name object from the enumerator.