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

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)
Notes
As of v5.1.8, this function also sets the User IPJ, and automatically clears the WARP before doing so, so that instead of the following construction: SetIPJ_MVIEW(View,hIPJ); ClearWarp_IPJ(hIPJ); SetUserIPJ_MVIEW(View,hIPJ); you can simply use: SetIPJ_MVIEW(View,hIPJ);
Syntax
public void SetIPJ(
	CIPJ oIPJ1
)

Parameters

oIPJ1
Type: GeoEngine.Core.GXNetCIPJ
IPJ to place in the view
See Also