Close

Relief for ODA Team in Ukraine

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

Returns a smart pointer to a schema definition by the name of the schema. If the schema isn't supported (or isn't registered in schemas dictionary), NULL will be returned.

Parameters
Description
schemaName
[in] Name of EXPRESS schema to find.

Smart pointer to a Schema class, if schema is supported, otherwise returns null SmartPtr.

File: daiModule.h

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