 | 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
Syntaxpublic void SetIs3D(
int is_3d
)
public void SetIs3D(
int is_3d
)
Public Sub SetIs3D (
is_3d As Integer
)
Public Sub SetIs3D (
is_3d As Integer
)
public:
void SetIs3D(
int is_3d
)
public:
void SetIs3D(
int is_3d
)
member SetIs3D :
is_3d : int -> unit
member SetIs3D :
is_3d : int -> unit
Parameters
- is_3d
- Type: SystemInt32
True is file is 3D, false for 2D.
See Also