Click or drag to resize
CSEGYREADERAddTraceFilter Method
Add a filter based on trace header fields.

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 AddTraceFilter(
	int offset,
	int value1,
	int value2,
	string constraint
)

Parameters

offset
Type: SystemInt32
byte-offset of the field to filter by.
value1
Type: SystemInt32
If `constraint` is EQUAL and NOT_EQUAL, this is the value to compare the field to. For IN_RANGE and NOT_IN_RANGE, this is the minimum.
value2
Type: SystemInt32
If `constraint` is EQUAL and NOT_EQUAL, this parameter is ignored For IN_RANGE and NOT_IN_RANGE, this is the maximum.
constraint
Type: SystemString
How the values are compared. Can be "IN_RANGE", "NOT_IN_RANGE", "EQUAL" or "NOT_EQUAL".
See Also