GeographicalSchemaLayerSeriesValue

Properties:

Details
Object
Series
ToolTip
Value

Description:

Gives access to the properties of the Geographical schema layer series value. The layer series Value describes a certain topological object.

Availability:

Server, thick client, external connection.

Example:

// Receive object value fort the name series
SeriesValue = MapObject.Layer.GetValue(MapObject, 
                        NameSeries);
// If such a value exists
If Not SeriesValue = Undefined Then
    // Receive real name
    SiteName = SeriesValue.Value;
EndIf
;

See also:

GeographicalSchemaLayer, method GetValue

    

1C:Enterprise Developer's Community