Click or drag to resize

CEVOOBJMETAiGetManifestHash Method (String)

Return the manifest hash stored after translation.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2026.1.0.24
Syntax
public void iGetManifestHash(
	ref string manifest_hash
)

public void iGetManifestHash(
	ref string manifest_hash
)

Parameters

manifest_hash
Type: SystemString
SHA-256 hash hex string of the JSON manifest
Remarks
Returns the SHA-256 hash of the JSON manifest file that was computed after translating the source file to a geoscience object. The manifest hash uniquely identifies the translated object (structure + data references). Returns an empty string if no manifest hash has been stored.
See Also