API Reference > Functions > SDAI > sdaiIsInstanceOf Function
sdaiIsInstanceOf Function
Syntax
C++
DAI_EXPORT SdaiBoolean sdaiIsInstanceOf(SdaiInstance instance, SdaiEntity entity);

sdai.h

Parameters 
Description 
SdaiInstance instance 
[in] An application instance to be checked.  
SdaiEntity entity 
[in] An entity that represents the type.  

sdaiTRUE if the application instance is an instance of the specified type; otherwise, the function returns sdaiFALSE.

Determines whether an application instance is an instance of a specified type.

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