Click or drag to resize
CBFSeek Method
Moves file position

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

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

Parameters

i1
Type: SystemInt32
number of bytes from reference point
i2
Type: SystemInt32
See BF_SEEKConstant
See Also