Click or drag to resize

CSEGYREADERGetTextHeader Method (String, Int32)

Get the SEG Y file's text header.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void GetTextHeader(
	ref string text,
	int text_length
)

public void GetTextHeader(
	ref string text,
	int text_length
)

Parameters

text
Type: SystemString
The text header contents.
text_length
Type: SystemInt32
See Also