Click or drag to resize
CBFSeek Method
Moves file position

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
Terminates if attempt to move past the end of a read-only file.
Syntax
public void Seek(
	int offset,
	int ref
)

Parameters

offset
Type: SystemInt32
Number of bytes from reference point
ref
Type: SystemInt32
<define>BF_SEEK</define>
See Also