Click or drag to resize
CSEGYREADERGetZType Method (String, Int32)
Indicate if the z-dimension is time or depth.

Available since Oasis montaj version: 9.6
License: Available to anyone with an Oasis Montaj license.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void GetZType(
	ref string z_type,
	int z_type_length
)

Parameters

z_type
Type: SystemString
Either "DEPTH" or "TIME".
z_type_length
Type: SystemInt32
See Also