Symbol clause - MapBasic - 2023

MapInfo MapBasic Reference

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapBasic
Version
2023
Language
English
Product name
MapBasic
Title
MapInfo MapBasic Reference
First publish date
1985
Last updated
2023-09-12
Published on
2023-09-12T16:32:32.686312

Purpose

Specifies a symbol style, such as shape, color, and size, to display point objects. You can use this clause in the MapBasic window in MapInfo Pro.

Symbol( shape, color, size )

shape is a character, such as a circle or a star, and may be from MapInfo Pro's standard symbol set, see MapInfo 3.0 Symbols.

color is an integer RGB color value, see RGB() function.

size is an integer point size from 1 to 48.

Symbol is a clause and not a complete MapBasic statement. It specifies the settings that dictate the appearance of a point object: Object-related statements, such as the CreatePoint() function, use a Symbol clause to set the display style for an object.