TatukGIS menu

Knowledge Base





KB10353 - Defining a style in the DrawScope procedure using an ini file.

An example of calling the DrawScope procedure looks like the following:

 ll.DrawScope("STANDID=34156", "flush").

To a style (such as color), define this in your project/ini file section, or do it programmatically:

[TatukGIS Layer]
Area.Color=GREEN
[TatukGIS Layer 1]
Style=flush
Area.Color=RED

or

Aera.Color=$0000EE (GBR)
          =100:0:0


Note that the style called "selected' was predefined.
Created: November 21, 2003, Modified: August 04, 2015