Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Aggr::getArray Method
Syntax
C++
template <typename TItem> bool getArray(const OdArray<TItem>*& to) const;

Provides the internal OdArray object to the outside.

Parameters
Description
to
[in/out] A placeholder that should be filled with the constant valid pointer to the internal OdArray object if the aggregate is not empty.

true if the aggregate is not empty; otherwise, the method returns false.

Copyright © 2002-2022. Open Design Alliance All rights reserved.