AssocPersSubentityIdPEMirrorPersSubent Method
|
Mirrors the specified persistent subentity
identifier. This method modifies the identifier so that it
identifies the same subentity in the mirrored entity as it
identified before the entity was mirrored. Does nothing in default
implementation.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public virtual void MirrorPersSubent(
Entity mirroredEntity,
AssocPersSubentityId persSubentIdToMirror
)
Public Overridable Sub MirrorPersSubent (
mirroredEntity As Entity,
persSubentIdToMirror As AssocPersSubentityId
)
public:
virtual void MirrorPersSubent(
Entity^ mirroredEntity,
AssocPersSubentityId^ persSubentIdToMirror
)
abstract MirrorPersSubent :
mirroredEntity : Entity *
persSubentIdToMirror : AssocPersSubentityId -> unit
override MirrorPersSubent :
mirroredEntity : Entity *
persSubentIdToMirror : AssocPersSubentityId -> unit
Parameters
- mirroredEntity Entity
- [in] Mirrored entity. Needs to be open for read
operations.
- persSubentIdToMirror AssocPersSubentityId
- [in] The AssocPersSubentityId to modify to show the mirror
effect.
See Also