Close

Relief for ODA Team in Ukraine

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

Notification function called whenever the attribute linkages has been written to the notifying element. 

 

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

Notification is made upon pElement->close(). 

The notifying element is open OdDg::kForRead. 

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

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