Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
_sdaiCreateRepository Function
Syntax
C++
DAI_EXPORT SdaiRep _sdaiCreateRepository(SdaiSession session, SdaiString name);

Creates a new repository with a specified name within the current SDAI session.

Parameters
Description
session
[in] An SDAI session instance.
name
[in] A string that contains the new repository name.

A pointer to the created repository if it was successfully created; otherwise, the function returns the NULL pointer.

File: sdai.h

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