GeographicalSchemaLayer.SetValue

Syntax:

SetValue(<Object>, <Series>, <Value>, <Tooltip>, <Details>)

Parameters:

<Object> (required)

Type: GeographicalSchemaObjectPoint; GeographicalSchemaObjectMultiPoint; GeographicalSchemaObjectPolyline; GeographicalSchemaObjectPolygon.
Object for which you are going to set series value.

<Series> (required)

Type: GeographicalSchemaLayerDataSeries.
Series for which value is being set.

<Value> (optional)

Type: Arbitrary.
Value being set. If the value is not specified current value is deleted.

<Tooltip> (optional)

Type: String.
Contains pop-up prompt message text.

<Details> (optional)

Type: Arbitrary.
Value used for details.

Description:

You can use it to set a value for specified series. In addition, you can set detail values.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community