Click or drag to resize

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
Syntax
public void OptKX(
	int kx
)

public void OptKX(
	int kx
)

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