ChartOfCharacteristicTypesManager.<Chart of characteristic types name>.GetRef

Syntax:

GetRef(<UniqueID>)

Parameters:

<UniqueID> (optional)

Type: UUID.
Unique ID from which the reference will be formed.

Returned value:

Type: ChartOfCharacteristicTypesRef.

Description:

Forms a reference from a value of type UUID.
You can obtain this unique identifier from the reference later with the method UUID.

Availability:

Server, thick client, external connection.

Note:

If a parameter is not specified, a new unique reference will be generated.

Example:

Value = XML.GetAttribute("Id");
Try
    ID = New UUID(Value);
    Property = ChartsOfCharacteristicTypes.AddProperties.GetRef(ID);
Except
    Return;
EndTry;

See also:

ChartOfCharacteristicTypesRef, method UUID

    

1C:Enterprise Developer's Community