The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TSymbol


Unit:SDL_geomap
Class: none
Declaration:
TSymbol = record
            Properties : TSymbolProperties;
            Name       : string[40];
            Category   : integer;
          end;

The type definition TSymbol specifies the properties of a symbol as it is used e.g. for landmarks. The variable Properties controls the visual type of the landmark. The name of the symbol is contained in the variable Name. The variable Category contains a (user-defined) classification number.


Last Update: 2023-Feb-06