Click or drag to resize

CSEGYREADERSetZUnits Method

Set the z-units.

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

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