Click or drag to resize

BinaryArchiveReaderSeekFromCurrentPosition Method (UInt64, Boolean)

seek from current position ( like fseek( ,SEEK_CUR) )

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public bool SeekFromCurrentPosition(
	ulong byteOffset,
	bool forward
)

Parameters

byteOffset
Type: SystemUInt64

[Missing <param name="byteOffset"/> documentation for "M:Rhino.FileIO.BinaryArchiveReader.SeekFromCurrentPosition(System.UInt64,System.Boolean)"]

forward
Type: SystemBoolean
seek forward of backward in the archive

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.FileIO.BinaryArchiveReader.SeekFromCurrentPosition(System.UInt64,System.Boolean)"]

See Also