Click or drag to resize

CMVIEWSetIPJ Method

Set the projection of the view.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetIPJ(
	CIPJ ipj
)

public void SetIPJ(
	CIPJ ipj
)

Parameters

ipj
Type: GeoEngine.Core.GXNetXCIPJ
IPJ to place in the view
Remarks
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.
See Also