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(
long* Srid,
ISpatialReference** info
);
[C++]Parameters
Srid [out] Srid is a parameter of type long info [out, retval]info is a parameter of type ISpatialReference
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.