Click or drag to resize
CIPJCopyProjection Method
Copy the projection from one IPJ to another

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
Copies the projection parameters, while leaving the rest (e.g. Datum, Local Datum Transform) unchanged.
Syntax
public void CopyProjection(
	CIPJ oIPJ1
)

Parameters

oIPJ1
Type: GeoEngine.Core.GXNetCIPJ
source
See Also