Close

Relief for ODA Team in Ukraine

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

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

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

File: sdai.h

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