Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmIterator::setData Method
Syntax
C++
virtual OdResult setData(const OdMapStringToString& valueMap) = 0;

Sets the value map string of the entity currently referenced by this iterator object. 

 

Parameters
Description
valueMap
[in] Value map string.

eOk if successful or the appropriate error code otherwise.

This method can return the following:

  • eIteratorDone — If the traversal by this iterator object is complete.
  • eNullObjectId — If the object currently referenced by this iterator object is NULL.
  • eNotApplicable — If the value map data cannot be accessed.
Copyright © 2002-2022. Open Design Alliance All rights reserved.