Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
sdaiIsSubtypeOf Function
Syntax
C++
DAI_EXPORT SdaiBoolean sdaiIsSubtypeOf(SdaiEntity subtype, SdaiEntity supertype);

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

Parameters
Description
subtype
[in] A subtype to check.
supertype
[in] A supertype to check.

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.