Click or drag to resize

CEMAPGetViewIPJ Method

Get a view's IPJ.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetViewIPJ(
	string view,
	CIPJ ipj
)

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
Remarks
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.
See Also