Close

Relief for ODA Team in Ukraine

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

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

 

Parameters
Description
valueMap
[out] 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.