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: 10.12.3.0 (10.12.3.0)
Syntax
public void SetSegyTextHeaderAscii(
	bool ascii
)

Parameters

ascii
Type: SystemBoolean
Remarks

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

See Also