Click or drag to resize

CSEGYREADER.GetPossibleZUnits Method (String)

Get a list of the possible values that can be passed to `SetZUnits()`. The values returned by this function depend on what the z-type is set to.

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public void GetPossibleZUnits(
	ref string z_units_list
)

public void GetPossibleZUnits(
	ref string z_units_list
)

Parameters

z_units_list
Type: System.String
List of possible z-units,separated by newlines
See Also