 | CBFiTell Method |
Returns current position of file pointer in bytes
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic int iTell()
public int iTell()
Public Function iTell As Integer
Public Function iTell As Integer
public:
int iTell()
public:
int iTell()
member iTell : unit -> int
member iTell : unit -> int
Return Value
Type:
Int32Current file pointer location
See Also