Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgElement::modifiedGraphics Method
Syntax
C++
virtual void modifiedGraphics(const OdDgElement* pElement);

Notification function called whenever an element derived from OdDgGraphicsElement is modified. 

 

Parameters
Description
pElement
[in] Pointer to the modified element.

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

This function is called whenever the following has occurred. 

1) The calling element is opened OdDg::kForWrite. 

2) One of its member functions either 

a Calls its assertWriteEnabled with recordModified == true. 

b Calls its recordGraphicsModified(true). 

3) The calling element is being closed. 

This function is called whenever the element as been modified. It therefore indicates only that the graphics for it may have changed.

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