 | 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
Syntaxpublic void ModePJ(
int mode
)
public void ModePJ(
int mode
)
Public Sub ModePJ (
mode As Integer
)
Public Sub ModePJ (
mode As Integer
)
public:
void ModePJ(
int mode
)
public:
void ModePJ(
int mode
)
member ModePJ :
mode : int -> unit
member ModePJ :
mode : int -> unit
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