Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
sdaiGetSchema Function
Syntax
C++
DAI_EXPORT SdaiSchema sdaiGetSchema(SdaiString schemaName);

Retrieves a schema with a specified name.

Parameters
Description
schemaName
[in] A string that contains the schema name.

The schema with the specified name.

The function is case insensitive.

SdaiSchema ifc2x3schema = sdaiGetSchema("IFC2X3");

File: sdai.h

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