Click or drag to resize
SoVRSegyFileReaderSetSegyTextHeaderAscii Method

Tells whether the textual header format is ASCII or not.

Namespace: OIV.VolumeViz.Readers
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public virtual void SetSegyTextHeaderAscii(
	bool ascii
)

Parameters

ascii
Type: SystemBoolean
Remarks

The default value is false, i.e., the textual header format is EBCDIC

See Also