Click or drag to resize
CPJCreate Method
This method creates a projection object.

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public static CPJ Create(
	string str1,
	string str2
)

Parameters

str1
Type: SystemString
Input PRJ file name, "" for geodetic
str2
Type: SystemString
Ouput PRJ file name, "" for geodetic

Return Value

Type: CPJ
PJ Object
See Also