IEnumSpatialReferenceInfo Interface

Provides access to members to enumerate spatial references.

Members

Name Description
Method Next Retrieves the next spatial reference object.
Method Reset Resets the enumeration sequence to the beginning.

IEnumSpatialReferenceInfo.Next Method

Retrieves the next spatial reference object.

Public Function Next ( _
    ByRef Srid As Integer _
) As ISpatialReference
public ISpatialReference Next (
    ref int Srid
);

IEnumSpatialReferenceInfo.Reset Method

Resets the enumeration sequence to the beginning.

Public Sub Reset ( _
)
public void Reset (
);

Classes that implement IEnumSpatialReferenceInfo

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.