 | 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
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub UpdateThumb (
grid As String,
size As Integer
)
<ObsoleteAttribute("Deprecated since unknown, ")>
Public Sub UpdateThumb (
grid As String,
size As Integer
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void UpdateThumb(
String^ grid,
int size
)
public:
[ObsoleteAttribute(L"Deprecated since unknown, ")]
void UpdateThumb(
String^ grid,
int size
)
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member UpdateThumb :
grid : string *
size : int -> unit
[<ObsoleteAttribute("Deprecated since unknown, ")>]
member UpdateThumb :
grid : string *
size : int -> unit
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