Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
sdaiIsSDAISubtypeOfBN Function
Syntax
C++
DAI_EXPORT SdaiBoolean sdaiIsSDAISubtypeOfBN(SdaiString schemaName, SdaiString subName, SdaiString superName);

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

Parameters
Description
schemaName
[in] A string that contains the name of the schema.
subName
[in] A string that contains the name of the SDAI data type to be checked.
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.

File: sdai.h

Copyright © 2002-2022. Open Design Alliance All rights reserved.