Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
oddaiFindSchema Function
Syntax
C++
DAI_EXPORT OdDAI::SchemaPtr oddaiFindSchema(const OdAnsiString & schemaIdentifier);

Returns a smart pointer to a schema definition by the identifier of the schema if it is already loaded or initialized. If the schema wasn't loaded and initialized before (isn't registered in schemas dictionary), null smart pointer will be returned.

Parameters
Description
schemaIdentifier
[in] Name of EXPRESS schema (not an .exp or .exprt file name) to find.

Smart pointer to a Schema class, if schema was loaded and initialized before, otherwise returns null SmartPtr.

File: daiModule.h

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