AssocActionDependentObjectCloned Method

Notifies the owning action that an object, that the action has a dependency on, is cloned. All cloning types are accepted (shallow, deep or wblock).
Namespace:  Teigha.DatabaseServices
Assembly:  TD_MgdDbConstraints (in TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public void DependentObjectCloned(
        AssocDependency dependency,
        DBObject dbObj,
        DBObject newObj
)

Parameters

dependency
Type: Teigha.DatabaseServicesAssocDependency
[in] The dependency of the database object that is cloned.
dbObj
Type: Teigha.DatabaseServicesDBObject
[in] Original database object.
newObj
Type: Teigha.DatabaseServicesDBObject
[in] The newly created database object (clone).
See Also

©  Bricsys NV. All rights reserved.