 | CEVOOBJMETAiGetManifestHash Method (String, Int32) |
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,
int size
)
public void iGetManifestHash(
ref string manifest_hash,
int size
)
Public Sub iGetManifestHash (
ByRef manifest_hash As String,
size As Integer
)
Public Sub iGetManifestHash (
ByRef manifest_hash As String,
size As Integer
)
public:
void iGetManifestHash(
String^% manifest_hash,
int size
)
public:
void iGetManifestHash(
String^% manifest_hash,
int size
)
member iGetManifestHash :
manifest_hash : string byref *
size : int -> unit
member iGetManifestHash :
manifest_hash : string byref *
size : int -> unit
Parameters
- manifest_hash
- Type: SystemString
SHA-256 hash hex string of the JSON manifest - size
- Type: SystemInt32
maximum length
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