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

sdai.h

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

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

Determines whether a specified SDAI data type is a kind of a specified type.

This function is not implemented yet.

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