Click or drag to resize

CEVOOBJMETASetManifestHash Method

Set the manifest hash on an existing EVOOBJMETA object.

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

public void SetManifestHash(
	string manifest_hash
)

Parameters

manifest_hash
Type: SystemString
SHA-256 hash hex string of the JSON manifest
Remarks
Updates the manifest_hash field in place without affecting any other fields. The manifest hash is the SHA-256 hash of the translated geoscience object's JSON manifest and is used as the Tier 2 cache key.
See Also