Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmIterator::setSortPriority Method
Syntax
C++
virtual OdResult setSortPriority(OdInt32 priority) = 0;

Sets the sort priority of the entity currently referenced by this iterator object. 

 

Parameters
Description
priority
[in] Sort priority value.

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.
  • eNotOpenForWrite — If the object currently referenced by this iterator object is not open for writing.
Copyright © 2002-2022. Open Design Alliance All rights reserved.