C1.Win.C1DX.4.8 Assembly / C1.Util.DX Namespace / DataStream Class / Seek Method

Seek Method (DataStream)
Sets the position within the current stream.
Syntax
'Declaration
 
Public Overrides Function Seek( _
   ByVal offset As System.Long, _
   ByVal origin As System.IO.SeekOrigin _
) As System.Long
 

Parameters

offset
origin
Exceptions
ExceptionDescription
Attempted to seek outside of the bounds of the stream.
See Also