Click or drag to resize

CLSTiLoadProj Method

Note: This API is now obsolete.

Sets up a list with datum codes and their associated descriptions 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 iLoadProj(
	string file
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public int iLoadProj(
	string file
)

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