Click or drag to resize

CMVIEWCRCView Method

Generate an XML CRC of a View

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void CRCView(
	ref int crc,
	string file
)

public void CRCView(
	ref int crc,
	string file
)

Parameters

crc
Type: SystemInt32
CRC returned
file
Type: SystemString
Name of xml to generate (.zip added)
See Also