API Reference > OdBcf Namespace > Classes > OdBcfFile Class > OdBcfFile Operators > OdBcfFile::= Operator
OdBcfFile::= Operator
Syntax
C++
OdBcfFile& operator =(const OdBcfFileData& val);
Parameters 
Description 
const OdBcfFileData& val 
[in] An OdBcfFileData object that contains data to be assigned with the file object.  

The reference to the file object after the assignment operation ends.

An assignment operator for BCF file objects. It assigns the specified content represented with an OdBcfFileData class instance to the file object.

Copyright (c) 2002-2020. Open Design Alliance. All rights reserved.