Click or drag to resize
CSEGYREADERSetUserCrosslineRange Method
Sets crossline-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 SetUserCrosslineRange(
	int crossline_min,
	int crossline_max,
	int crossline_stride,
	int factor
)

Parameters

crossline_min
Type: SystemInt32
crossline minimum
crossline_max
Type: SystemInt32
crossline maximum
crossline_stride
Type: SystemInt32
crossline stride
factor
Type: SystemInt32
Decimation factor
See Also