Click or drag to resize

CMVIEWModePJ Method

Set the working projection mode

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void ModePJ(
	int mode
)

public void ModePJ(
	int mode
)

Parameters

mode
Type: SystemInt32
<define>MVIEW_PJ</define>
Remarks
This controls how your coordinates and attributes will be interpreted. A working projection must be set useing SetWorkingIPJ_MVIEW for this method to have any effect.
See Also