Click or drag to resize

CBFSeek Method

Moves file position

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void Seek(
	int offset,
	int ref
)

public void Seek(
	int offset,
	int ref
)

Parameters

offset
Type: SystemInt32
Number of bytes from reference point
ref
Type: SystemInt32
<define>BF_SEEK</define>
Remarks
Terminates if attempt to move past the end of a read-only file.
See Also