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


IEnumNameEdit.Add 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.Add Method
ArcGIS Developer Help

IEnumNameEdit.Add Method

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*

Product Availability

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

Description

Adds the specified Name object to the enumerator.

See Also

IEnumNameEdit Interface