Click or drag to resize
CEMAPGetViewIPJ Method
Get a view's IPJ.

Available since Oasis montaj version: 9.1.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
This function can be used to obtain a views coordinate system without having to call Lock_EMAP. This could be an expensive operation that cause undesirable UX.
Syntax
public void GetViewIPJ(
	string str1,
	CIPJ oIPJ2
)

Parameters

str1
Type: SystemString
view name
oIPJ2
Type: GeoEngine.Core.GXNetCIPJ
IPJ in which to place the view IPJ
See Also