API Reference > Functions > SDAI > sdaiAccessModel Function
sdaiAccessModel Function
Syntax
C++
DAI_EXPORT SdaiModel sdaiAccessModel(SdaiModel model, SdaiAccessMode mode);

sdai.h

Parameters 
Description 
SdaiModel model 
[in] A model to be open.  
SdaiAccessMode mode 
[in] An access mode.  

A pointer to the open model if the function successfully opened the model; otherwise, the function returns the NULL value.

Opens a specified model in a specified mode.

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