This document is archived and information here might be outdated. Recommended version. |
Creates a spatial reference system and defines it from the specified ESRISpatialReference buffer.
[Visual Basic .NET] Public Sub CreateESRISpatialReference ( _ ByVal spatRefInfo As String, _ ByRef SpatialReference As ISpatialReference, _ ByRef cBytesRead As Integer _ )
[C#] public void CreateESRISpatialReference ( string spatRefInfo, ref ISpatialReference SpatialReference, ref int cBytesRead );
[C++]
HRESULT CreateESRISpatialReference(
BSTR spatRefInfo,
ISpatialReference** SpatialReference,
System.Int32* cBytesRead
);
[C++] Parameters spatRefInfo
spatRefInfo is a parameter of type BSTR SpatialReference [out]
SpatialReference is a parameter of type ISpatialReference** cBytesRead [out]
cBytesRead is a parameter of type long*