API Reference > OdDg Classes > OdDgElement Class > OdDgElement Methods > OdDgElement::closed Method
OdDgElement::closed Method
Syntax
C++
virtual void closed(const OdDgElementId& elementId);
Parameters 
Description 
const OdDgElementId& elementId 
[in] Element ID of the element that is being closed. 

Notification function called immediately before an element is closed. 

 

The default implementation of this function does nothing. This function can be overridden in custom classes.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.