Share

AcDbDwgFiler::seek Method

C++

virtual Acad::ErrorStatus seek(
    Adesk::Int64 nOffset, 
    int nMethod
) = 0;

Description

Sets the filer's read/write pointer.

Parameters

Parameters Description
nOffset The absolute or relative file offset in bytes by which to move the filer's read/write pointer.
nMethod 0, 1 or 2 for: absolute, relative from current, relative from file end.

Returns

Acad::eOk if successfull, an error code if not.

Remarks

Not all filers support this method. Seeking is generally not recommended with AcDbDwgFiler objects.

Links

AcDbDwgFiler

See Also

AcDbDwgFiler::tell() method

Was this information helpful?