C++
bool getUseCIF() const;
Description
Call this method to determine if the writing of CIF strings is currently turned on.
CIF string handling will only take effect when file character format is set to AdCharFormatter::kAnsi. Its value has no effects when using other (Unicode) encoding formats.
This method returns true if CIF string writing is currently turned on, or false otherwise.