ArcObjects Library Reference (GeoDatabase)  

IEnumNameMapping.Next Method

Retrieves the next Copy Name Mapping object.

[Visual Basic .NET]
Public Function Next ( _
) As INameMapping
[C#]
public INameMapping Next (
);
[C++]
HRESULT Next(
  INameMapping** info
);
[C++]

Parameters

info [out, retval]

  info is a parameter of type INameMapping

Product Availability

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

See Also

IEnumNameMapping Interface