Click or drag to resize

CSEGYREADERSetFieldConfiguration Method

Sets the interpretation of the fields in the SEG Y file, and specifies which fields should be exported to GDB.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetFieldConfiguration(
	CLTB configuration
)

public void SetFieldConfiguration(
	CLTB configuration
)

Parameters

configuration
Type: GeoEngine.Core.GXNetXCLTB
LTB following the same format as returned by `GetFieldConfiguration()`.
See Also