Interface IClonableObject
Objects that can be cloned
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public interface IClonableObject
Methods
Clone(string, bool, TabularNamedObject)
Declaration
TabularNamedObject Clone(string newName = null, bool includeTranslations = false, TabularNamedObject newParent = null)
Parameters
Type | Name | Description |
---|---|---|
string | newName | |
bool | includeTranslations | |
TabularNamedObject | newParent |
Returns
Type | Description |
---|---|
TabularNamedObject |