SoVRSegyFileReaderSetSegyTextHeaderAscii Method |
Tells whether the textual header format is ASCII or not.
Namespace: OIV.VolumeViz.ReadersAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetSegyTextHeaderAscii(
bool ascii
)
Public Sub SetSegyTextHeaderAscii (
ascii As Boolean
)
public:
void SetSegyTextHeaderAscii(
bool ascii
)
member SetSegyTextHeaderAscii :
ascii : bool -> unit
Parameters
- ascii
- Type: SystemBoolean
Remarks The default value is false, i.e., the textual header format is EBCDIC
See Also