Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMStd::column Method (const OdString&, const OdString&)
Syntax
C++
const AcmCColumnDef* column(const OdString& name, const OdString& caption = OdString::kEmpty) const;

Gets the column object in the specified position in the columns list by the name or by the caption. 

 

Parameters
Description
name
[in] The name of the column object.
caption
[in] The caption of the column object.

The column object in the specified position in the columns list.

The default is to get the column object by the name. If name is not OdString::kEmpty, the name is used to find the matching column. If name is OdString::kEmpty and caption is not OdString::kEmpty, the caption is used to find the column.

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