API Reference > Functions > SDAI > sdaiOpenRepositoryBN Function
sdaiOpenRepositoryBN Function
Syntax
C++
DAI_EXPORT SdaiRep sdaiOpenRepositoryBN(SdaiSession session, SdaiString repositoryName);

sdai.h

Parameters 
Description 
SdaiSession session 
[in] A session within which the repository should be opened.  
SdaiString repositoryName 
[in] A string that contains the repository name.  

A handle of the opened repository object if the function was successfully finished; otherwise, the function returns the NULL value.

Opens the specified repository.

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