API Reference > Functions > SDAI > sdaiRenameModelBN Function
sdaiRenameModelBN Function
Syntax
C++
DAI_EXPORT void sdaiRenameModelBN(SdaiRep repository, SdaiString modelOldName, SdaiString modelName);

sdai.h

Parameters 
Description 
SdaiRep repository 
[in] A repository where the function searches for the model by its name.  
SdaiString modelOldName 
[in] A string that contains the old model name. This name is used to find the model to be renamed.  
SdaiString modelName 
[in] A string that contains the new model name. 

Renames the model.

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