Click or drag to resize
CSEGYREADERSetUserZRange Method
Sets Z-range to clamp to.

Available since Oasis montaj version: 9.7
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 SetUserZRange(
	double z_min,
	double z_max
)

Parameters

z_min
Type: SystemDouble
Z minimum
z_max
Type: SystemDouble
Z maximum
See Also