Click or drag to resize

CEVOOBJMETAiGetBlobHash Method (Int32, String)

Return a blob hash by index.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2026.1.0.24
Syntax
public int iGetBlobHash(
	int index,
	ref string blob_hash
)

public int iGetBlobHash(
	int index,
	ref string blob_hash
)

Parameters

index
Type: SystemInt32
zero-based index of the blob hash to retrieve
blob_hash
Type: SystemString
blob content hash hex string

Return Value

Type: Int32
0 on success, 1 if index out of range
Remarks
Returns the blob hash at the specified index. Use iGetBlobHashCount_EVOOBJMETA to determine the valid range of indices. Index 0 typically corresponds to the main data blob, with subsequent indices for auxiliary data (e.g., additional elevation grids or attributes). Returns 0 on success, 1 if the index is out of range.
See Also