API Reference > Functions > SDAI > sdaiIsSDAISubtypeOfBN Function
sdaiIsSDAISubtypeOfBN Function
Syntax
C++
DAI_EXPORT SdaiBoolean sdaiIsSDAISubtypeOfBN(SdaiString schemaName, SdaiString subName, SdaiString superName);

sdai.h

Parameters 
Description 
SdaiString schemaName 
[in] A string that contains the name of the schema.  
SdaiString subName 
[in] A string that contains the name of the SDAI data type to be checked.  
SdaiString superName 
[in] A string that contains the name of the supertype.  

sdaiTRUE if the specified SDAI data type is a subtype of the specified supertype; otherwise, the function returns sdaiFALSE.

Determines whether a specified SDAI data type is a subtype of another SDAI data type (supertype).

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