API Reference > Classes > PRC Entities Input/output Operations for Entities > OdPrcFiler Class > OdPrcFiler Methods > OdPrcFiler::arrayIn Method
OdPrcFiler::arrayIn Method
Syntax
C++
virtual void arrayIn(const char * pArrayName, OdUInt32 size);
Parameters 
Description 
const char * pArrayName 
[in] The name of the array data block to be written.  
OdUInt32 size 
[in] The size of the array block. 

Starts a new data block for an array in the file associated with the filer. 

 

This method does nothing and should be reimplemented.

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