Click or drag to resize
CSEGYREADERSetZUnits Method
Set the z-units.

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 SetZUnits(
	string z_units
)

Parameters

z_units
Type: SystemString
The Z units. Must be one of the strings returned by `GetPossibleZUnits()`.
See Also