This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IE > IEnumNameEdit Interface > IEnumNameEdit.Add Method (ArcObjects .NET 10.4 SDK) |
Adds a Name in the list.
[Visual Basic .NET] Public Sub Add ( _ ByVal Name As IName _ )
[C#] public void Add ( IName Name );
[C++]
HRESULT Add(
IName* Name
);
[C++]
Parameters Name [in]
Name is a parameter of type IName
Adds the specified Name object to the enumerator.