MapBasic30Symbol

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

Table 1 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>