API Reference > Classes > OdAny Class > OdAny Operators > << Operator > OdAny::<< Operator (OdArray<OdArray<int> > &)
OdAny::<< Operator (OdArray<OdArray<int> > &)
Syntax
C++
void operator <<(const OdArray<OdArray<int> > & val);
Parameters 
Description 
const OdArray<OdArray<int> > & val 
[in] A matrix with int data type values to be written (right-hand operand of the << operator). 

Writes the two-dimensional array (matrix) of int data type values into the OdAny object.

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