This document is archived and information here might be outdated. Recommended version. |
Creates a spatial reference from a PRJ string.
[Visual Basic .NET] Public Function CreateESRISpatialReferenceFromPRJ ( _ ByVal prj As String _ ) As ISpatialReference
[C#] public ISpatialReference CreateESRISpatialReferenceFromPRJ ( string prj );
[C++]
HRESULT CreateESRISpatialReferenceFromPRJ(
BSTR prj
);
[C++] Parameters prj
prj is a parameter of type BSTR
Not implemented for GeographicCoordinateSystem and ProjectedCoordinateSystem. Use the CreateESRISpatialReference or CreateESRISpatialReferenceFromPRJFile methods instead.