Share

AcDbDwgFiler::tell Method

C++

virtual Adesk::Int64 tell() const = 0;

Description

Gets the filer's current read/write pointer.

Returns

The current byte position of the filer's read/write pointer.

Remarks

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

Links

AcDbDwgFiler

See Also

AcDbDwgFiler::seek() method

Was this information helpful?