GeographicalSchemaLayerSeriesValue
Properties:
Object
Series
ToolTip
Value
Description:
Availability:
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: