 | CLSTiLoadProjCodes Method |
Note: This API is now obsolete.
Sets up a list with datum codes read from a projection
datum file.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2025.1.0.25
Syntax[ObsoleteAttribute("Deprecated since unknown, ")]
public int iLoadProjCodes(
string file
)
[ObsoleteAttribute("Deprecated since unknown, ")]
public int iLoadProjCodes(
string file
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Function iLoadProjCodes (
file As String
) As Integer
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Function iLoadProjCodes (
file As String
) As Integer
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
int iLoadProjCodes(
String^ file
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
int iLoadProjCodes(
String^ file
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member iLoadProjCodes :
file : string -> int
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member iLoadProjCodes :
file : string -> int
Parameters
- file
- Type: SystemString
Name of the projection datum file (*.DTM file)
Return Value
Type:
Int32
0 - Ok
1 - Error
Remarks
Was based on the old Mapproj.dtm file. Superseded by the current
projection engine.
See Also