Close

Relief for ODA Team in Ukraine

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

Determines whether an entity definition is a subtype of another entity definition.

Parameters
Description
schemaName
[in] A string that contains the schema name.
subName
[in] A string that contains the name of the subtype to check.
superName
[in] A string that contains the name of the supertype.

sdaiTRUE if the specified entity has a type that is a subtype of the specified supertype; otherwise, the function returns sdaiFALSE.

File: sdai.h

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