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