Share

AcDbDeepCloneFiler::tell Method

C++

Adesk::Int64 tell() const;

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

AcDbDeepCloneFiler

See Also

AcDbDwgFiler::seek() method

Was this information helpful?