Click or drag to resize

CSEGYREADERSetIs3D Method

Specify if the input SEG-Y file is 3D or 2D.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetIs3D(
	int is_3d
)

public void SetIs3D(
	int is_3d
)

Parameters

is_3d
Type: SystemInt32
True is file is 3D, false for 2D.
See Also