Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Model::deleteInstance Method
Syntax
C++
void deleteInstance(ApplicationInstance * inst);

Deletes a specified entity instance from the model.

Parameters
Description
inst
[in] A raw pointer to the entity instance to be deleted.

When the method is called the specified instance is marked as deleted, but it still stays in the model. The deleted instance is not written to the file. During the next file reading operation, the instance will not be read from the file therefore it will be physically removed from the model.

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