Click or drag to resize
CSEGYREADERSetUserInlineRange Method
Sets inline-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 SetUserInlineRange(
	int inline_min,
	int inline_max,
	int inline_stride,
	int factor
)

Parameters

inline_min
Type: SystemInt32
inline minimum
inline_max
Type: SystemInt32
inline maximum
inline_stride
Type: SystemInt32
inline stride
factor
Type: SystemInt32
Decimation factor
See Also