GanttChart.SetPoint

Syntax:

SetPoint(<Value>, <ParentValue>)

Parameters:

<Value> (required)

Type: Arbitrary.
Value being set.

<ParentValue> (optional)

Type: Arbitrary.
Parent point value.

Returned value:

Type: GanttChartPoint.

Description:

Sets Gantt chart point.

Availability:

Thin client, web-client, server, thick client, external connection.

Note:

If a point with the key <Value> exists, it is returned regardless of the parameter <ParentValue>. If no point with the key <Value> exists, but a point with the key <ParentValue> does exist, then a new point with key <Value> and a subordinate point with key <ParentValue> are created. Otherwise (if there are no points with key <Value> or <ParentValue>), then a new point with key <Value> is created in the top level (a point with key <ParentValue> is never automatically created).

    

1C:Enterprise Developer's Community