Click or drag to resize
CMVIEWSetIPJ Method
Set the projection of the view.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
This function also sets the User IPJ, and automatically clears the WARP before doing so. This would be equivalent to calling :func:`_ClearWarp_IPJ' followed by SetUserIPJ_MVIEW on the view.
Syntax
public void SetIPJ(
	CIPJ ipj
)

Parameters

ipj
Type: GeoEngine.Core.GXNetXCIPJ
IPJ to place in the view
See Also