AssocPersSubentityIdPEMirrorPersSubent Method
|
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
-
- persSubentIdToMirror AssocPersSubentityId
-
See Also