Click or drag to resize

CMVIEWSetWorkingIPJ Method

Set the working 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 SetWorkingIPJ(
	CIPJ ipj
)

public void SetWorkingIPJ(
	CIPJ ipj
)

Parameters

ipj
Type: GeoEngine.Core.GXNetXCIPJ
The input projection
Remarks
The working projection is the coordinate system of coordinates drawn to the view. The working coordinate system can be different than the view coordinate system, in which case the coordinates are re-projected to the view coordinate system before they are placed in the view.
See Also