MapBasic30Symbol - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2026-02-13
ft:lastPublication
2026-02-13T17:17:07.540000
L1_Product_Gateway
Locate
L2_Product_Segment
Location Intelligence
L3_Product_Brand
Precisely Spectrum Spatial
L4_Investment_Segment
LI Enterprise
L5_Product_Group
Enterprise LI
L6_Product_Name
Spectrum Spatial

Description

A MapBasicSymbol element of type MapBasic30Symbol specifies the size, color, and code of a symbol taken from the MapInfo 3.0 symbol set.

Elements

The table below lists the elements that can be contained by a MapBasicSymbol element of type MapBasic30Symbol.

Table 1. Elements
Element Description

Shape

An integer value from 31 to 67 specifying the symbol code to use from the MapInfo 3.0 symbol set.

The MapInfo 3.0 symbol set, and corresponding code for each symbol, is shown in MapInfo 3.0 Symbol Codes.

Color

A string value specifying the color of the symbol.

The value can be any valid CSS color. (See http://www.w3.org/TR/REC-CSS1#color-units.)

Size

An integer value from 1 to 255 specifying the point size of the symbol.

Example

<ns6:MapBasicSymbol xsi:type="ns6:MapBasic30Symbol">
    <ns6:Shape>56</ns6:Shape>
    <ns6:Color>blue</ns6:Color>
    <ns6:Size>12</ns6:Size>
</ns6:MapBasicSymbol>