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


IEnumSpatialReferenceInfo.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumSpatialReferenceInfo Interface > IEnumSpatialReferenceInfo.Next Method
ArcGIS Developer Help

IEnumSpatialReferenceInfo.Next Method

Retrieves the next spatial reference object.

[Visual Basic .NET]
Public Function Next ( _
    ByRef Srid As Integer _
) As ISpatialReference
[C#]
public ISpatialReference Next (
    ref int Srid
);
[C++]
HRESULT Next(
  System.Int32* Srid
);
[C++]
Parameters
Srid [out]

Srid is a parameter of type long*

Product Availability

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

See Also

IEnumSpatialReferenceInfo Interface