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


IEnumNameEdit.Add Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (System)  

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