 | CIMGOptKX Method |
Force optimal KX as desired.
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void OptKX(
int kx
)
public void OptKX(
int kx
)
Public Sub OptKX (
kx As Integer
)
Public Sub OptKX (
kx As Integer
)
public:
void OptKX(
int kx
)
public:
void OptKX(
int kx
)
member OptKX :
kx : int -> unit
member OptKX :
kx : int -> unit
Parameters
- kx
- Type: SystemInt32
KX -1 by column 1 by row
Remarks
This will force loading an image into a PG if it is not already
accessible in the direction requested.
Subsequent calls to methods that use the optimal KX will use the
KX set here.
See Also