API Reference > Classes > Export Classes > TB_IFCEXPORT Namespace > Classes > NamingUtil Class > NamingUtil Methods > NamingUtil::GetIFCNamePlusIndex Method
NamingUtil::GetIFCNamePlusIndex Method
Syntax
C++
static OdString GetIFCNamePlusIndex(const OdBmElement* element, int index);
Parameters 
Description 
const OdBmElement* element 
[in] The element.  
int index 
[in] index of the name. If it is larger than 0, it is appended to the name.
 

string contains the name string value.

Creates an IFC name for an element, with a suffix. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.