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

Available since Oasis montaj version: 9.1
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.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.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 view,
	CIPJ ipj
)

Parameters

view
Type: SystemString
View name
ipj
Type: GeoEngine.Core.GXNetXCIPJ
IPJ in which to place the view IPJ
See Also