API Reference > Functions > SDAI > sdaiIsKindOfBN Function
sdaiIsKindOfBN Function
Syntax
C++
DAI_EXPORT SdaiBoolean sdaiIsKindOfBN(SdaiInstance instance, SdaiString entityName);

sdai.h

Parameters 
Description 
SdaiInstance instance 
[in] An application instance to be checked.  
SdaiString entityName 
[in] A string that contains the name the type.  

sdaiTRUE if the application instance is a kind of the specified type; otherwise, the function returns false.

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

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