AssocPersSubentityIdMirror Method
|
Notifies this AssocPersSubentityId that the
entity has been mirrored and that the AssocPersSubentityId may
possibly need to update itself to identify the same subentity in
the mirrored entity as it identified before the entity has been
mirrored.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public virtual void Mirror(
Entity mirroredEntity
)
Public Overridable Sub Mirror (
mirroredEntity As Entity
)
public:
virtual void Mirror(
Entity^ mirroredEntity
)
abstract Mirror :
mirroredEntity : Entity -> unit
override Mirror :
mirroredEntity : Entity -> unit
Parameters
- mirroredEntity Entity
- [in] Entity that has been mirrored.
See Also