Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMStd::moveColumn Method
Syntax
C++
bool moveColumn(int oldPos, int newPos);

Moves the specified column from the original position to a new position. 

 

Parameters
Description
oldPos
[in] The original position in the list of AcmCColumnDef objects in this BOM standard.
newPos
[in] The new position in the list of AcmCColumnDef objects in this BOM standard.

The true value if the specified column is moved successfully, or false otherwise.

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