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