API Reference > Functions > SDAI > sdaiGetSchema Function
sdaiGetSchema Function
Syntax
C++
DAI_EXPORT SdaiSchema sdaiGetSchema(SdaiString schemaName);

sdai.h

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

The schema with the specified name.

Retrieves a schema with a specified name.

The function is case insensitive.

SdaiSchema ifc2x3schema = sdaiGetSchema("IFC2X3");

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.