 | CBFSeek Method |
Moves file position
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void Seek(
int offset,
int ref
)
public void Seek(
int offset,
int ref
)
Public Sub Seek (
offset As Integer,
ref As Integer
)
Public Sub Seek (
offset As Integer,
ref As Integer
)
public:
void Seek(
int offset,
int ref
)
public:
void Seek(
int offset,
int ref
)
member Seek :
offset : int *
ref : int -> unit
member Seek :
offset : int *
ref : int -> unit
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