API Reference > OdDAI Namespace > Classes > Aggr Class > Aggr Methods > Aggr::copyFromAggr Method
Aggr::copyFromAggr Method
Syntax
C++
bool copyFromAggr(const Aggr& otherAggr);
Parameters 
Description 
const Aggr& otherAggr 
[in] aggregate to copy from.  

Returns true if copy was succeeded, otherwise false

Copy from aggregate.

The copy should work between the same type aggregates. In case with different aggregates types the function should be failed.

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