Click or drag to resize

CAGGUpdateThumb Method

Note: This API is now obsolete.

Update the thumbnail of an IMG from an AGG

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2025.1.0.25
Syntax
[ObsoleteAttribute("Deprecated since unknown, ")]
public void UpdateThumb(
	string grid,
	int size
)

[ObsoleteAttribute("Deprecated since unknown, ")]
public void UpdateThumb(
	string grid,
	int size
)

Parameters

grid
Type: SystemString
Name of the grid to update
size
Type: SystemInt32
Size of the thumbnail in pixels (64 is typical) the minimum size if 16 (16x16)
See Also