 | 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
Syntaxpublic void iGetManifestHash(
ref string manifest_hash
)
public void iGetManifestHash(
ref string manifest_hash
)
Public Sub iGetManifestHash (
ByRef manifest_hash As String
)
Public Sub iGetManifestHash (
ByRef manifest_hash As String
)
public:
void iGetManifestHash(
String^% manifest_hash
)
public:
void iGetManifestHash(
String^% manifest_hash
)
member iGetManifestHash :
manifest_hash : string byref -> unit
member iGetManifestHash :
manifest_hash : string byref -> unit
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