Click or drag to resize

CSEGYREADERGetPossibleZUnits 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.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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: SystemString
List of possible z-units,separated by newlines
See Also