C++
bool setUseCIF( bool bUseCIF );
Description
Turns on/off CIF string writing for the file associated with the AcCFile object.
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.
Returns the previous state of CIF string writing flag (on/off).
Parameters
Parameters | Description |
---|---|
bUseCIF | Input Boolean true if writing of CIF content is desired, or false otherwise |