C++
virtual int rewindFiler() = 0;
Description
The implementation of this function should follow that of the ObjectARX internal filers. It should reset the filer to its default condition without changing the position that the filer is pointing to in the data it's reading or writing.
In the ObjectARX internal filers, this method always returns 1.