API Reference > Functions > SDAI > sdaiRenameSchemaInstanceBN Function
sdaiRenameSchemaInstanceBN Function
Syntax
C++
DAI_EXPORT void sdaiRenameSchemaInstanceBN(SdaiString schemaInstOldName, SdaiRep repository, SdaiString schemaInstName);

sdai.h

Parameters 
Description 
SdaiString schemaInstOldName 
[in] A string that contains the old name of the schema instance to be renamed.  
SdaiRep repository 
[in] A repository where the function searches the schema instance by the specified name.  
SdaiString schemaInstName 
[in] A new name of the schema instance. 

Renames a specified schema instance.

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