API Reference > OdDg Classes > OdDgModelReactor Class > OdDgModelReactor Methods > OdDgModelReactor::giContextLinkedDataModified Method
OdDgModelReactor::giContextLinkedDataModified Method
Syntax
C++
virtual void giContextLinkedDataModified(const OdDgElement* pModel);
Parameters 
Description 
const OdDgElement* pModel 
[in] Pointer to the model that is being closed after being modified. 

Notification function called whenever an model is opened OdDg::kForWrite, a function has been called that could modify the gi context linked contents of this element, and this element is now being 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.