ChartOfCharacteristicTypesObject.<Chart of characteristic types name>.Copy

Syntax:

Copy()

Returned value:

Type: ChartOfCharacteristicTypesObject.

Description:

Creates a new element of the chart of characteristic types by copying an existing element.

Availability:

Server, thick client, external connection.

Note:

This method does not write the created object to the database.

Example:

If Not ReferenceObject.IsEmpty() Then
    Copy = ReferenceObject.Copy();
    Copy.Write();
EndIf
;


    

1C:Enterprise Developer's Community