Click or drag to resize
CSEGYREADERSetEndianess Method
Set the endianess of the file.

Available since Oasis montaj version: 9.6
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void SetEndianess(
	int is_little_endian
)

Parameters

is_little_endian
Type: SystemInt32
True is file is little endian, false for big endian.
See Also