Provides access to members to enumerate spatial references.
Members
Name | Description | |
---|---|---|
Next | Retrieves the next spatial reference object. | |
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 |
---|