Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Iterator::addBeforeCurrentMember Method
Syntax
C++
virtual void addBeforeCurrentMember(const OdRxValue& anItem) = 0;

Adds a new specified element to the list aggregate before the element referred to by the iterator. The new element is added before the current element; the current element that the iterator refers to is not changed.

Parameters
Description
anItem
[in] An instance of the OdRxValue class that represents the new element to be added.

The method throws an exception with the AI_NVLD code value if the aggregate instance is not a list.

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