Click or drag to resize

CSEGYREADERSetZOffsetUnits Method

Set the units that the z-offset is in.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SetZOffsetUnits(
	string z_units
)

public void SetZOffsetUnits(
	string z_units
)

Parameters

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