DatabaseWblockCloneObjects Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public void WblockCloneObjects(
ObjectIdCollection identifiers,
ObjectId id,
IdMapping mapping,
DuplicateRecordCloning cloning,
bool deferTranslation
)
Public Sub WblockCloneObjects (
identifiers As ObjectIdCollection,
id As ObjectId,
mapping As IdMapping,
cloning As DuplicateRecordCloning,
deferTranslation As Boolean
)
public:
void WblockCloneObjects(
ObjectIdCollection^ identifiers,
ObjectId id,
IdMapping^ mapping,
DuplicateRecordCloning cloning,
bool deferTranslation
)
member WblockCloneObjects :
identifiers : ObjectIdCollection *
id : ObjectId *
mapping : IdMapping *
cloning : DuplicateRecordCloning *
deferTranslation : bool -> unit
Parameters
- identifiers ObjectIdCollection
-
- id ObjectId
-
- mapping IdMapping
-
- cloning DuplicateRecordCloning
-
- deferTranslation Boolean
-
See Also