Click or drag to resize
SbNativeArrayTSeek Method
Sets the current position of the current stream to the given value.

Namespace: OIV.Inventor.Generic
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2024.1.1.Release.7989217834dd2b99155f267b6c8c70f9feacdedd
Syntax
public override long Seek(
	long offset,
	SeekOrigin origin
)

Parameters

offset
Type: SystemInt64
The point relative to origin to begin seeking from. This is NOT a byte offset but an element offset.
origin
Type: System.IOSeekOrigin
Specifies the beginning, the end, or the current position as a reference point for origin, using a value of type SeekOrigin.

Return Value

Type: Int64
The new position in the stream.
See Also