API Reference > Functions > SDAI > sdaiIsSDAISubtypeOf Function
sdaiIsSDAISubtypeOf Function
Syntax
C++
DAI_EXPORT SdaiBoolean sdaiIsSDAISubtypeOf(SdaiEntity subtype, SdaiEntity supertype);

sdai.h

Parameters 
Description 
SdaiEntity subtype 
[in] An entity that represents the SDAI data type to be checked.  
SdaiEntity supertype 
[in] An entity that represents the SDAI 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.