 | CIMUCRC Method |
Computes a CRC Checksum on an image.
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static int CRC(
CIMG img,
int pul_crc
)
public static int CRC(
CIMG img,
int pul_crc
)
Public Shared Function CRC (
img As CIMG,
pul_crc As Integer
) As Integer
Public Shared Function CRC (
img As CIMG,
pul_crc As Integer
) As Integer
public:
static int CRC(
CIMG^ img,
int pul_crc
)
public:
static int CRC(
CIMG^ img,
int pul_crc
)
static member CRC :
img : CIMG *
pul_crc : int -> int
static member CRC :
img : CIMG *
pul_crc : int -> int
Parameters
- img
- Type: GeoEngine.Core.GXNetCIMG
Input image - pul_crc
- Type: SystemInt32
Starting CRC (use <define>CRC_INIT_VALUE</define> if none)
Return Value
Type:
Int32CRC value
See Also