Documentation | Other Specifications | Project file format (legacy) | Common
This section includes parameters (used on Viewer, Layer, Section)
CachedPaint=Parameter
Turns on/of cached paint. If used on a Viewer scope, then the value is applied to the viewer. If applied in Layer scope, then define behaviour only for a current layer (meaningless if the Viewer is not in CachedPaint mode or any topmost layer are cached).
Parameters | Description |
---|---|
Boolean | TRUE, FALSE |
Applies to Viewer, Layer.
IncrementalPaint=Parameter
Turns on/off partial drawing to screen done in incremental mode. If used on a Viewer scope, then the value is applied to the viewer. If applied in Layer scope, then define behavior only for a current layer (meaningless if Viewer is not in IncrementalPaint mode)
Parameters | Description |
---|---|
Boolean | TRUE, FALSE |
Applies to Viewer, Layer.
Charset=Parameter
Character set in which text must be displayed.
Parameters | Description |
---|---|
String | Character set name |
Applies to Viewer, Layer.
OutCodePage=Parameter
Code page in which layers must be displayed.
Parameters | Description |
---|---|
String | Code page name |
Applies to Viewer, Layer.
CodePage=Parameter
Code page in which layers is defined.
Parameters | Description |
---|---|
String | Code page name |
Applies to Viewer, Layer.
Units=Parameter
If used on a Viewer scope, then the value is applied as output units. If used in Layer scope, then the value is applied as layer units.
Parameters | Description |
---|---|
String | METER, FOOT, FOOTUS, FOOTMODIFIEDAMERICAN, FOOTCLARKES, FOOTINDIAN, LINK, LINKBENOIT, LINKSERAS, CHAINBENOIT, CHAINSEARS, YARDINDIAN, YARDSEARS, FATHOM, MILENAUTICAL, RADIAN, DEGREEDECIMAL, MINUTEDECIMAL, SECONDDECIMA, GON, GRAD |
Positive number - user defined linear, negative number - user defined angular.
Applies to Viewer, Layer.
Visible=Parameter
Defines if layer section is visible or not in a viewer. Combined with MinZoom and MaxZoom properties can be used to manage layers visibility depending on present zoom value.
Parameters | Description |
---|---|
Boolean | TRUE, FALSE |
Applies to Viewer, Layer.
Transparency=Parameter
Transparency value. If 0 then transparent, if 100 then non transparent. If Addition \<\> 0, then means: \output = output * Transparency/100 + layer * Addition/100.
Parameters | Description |
---|---|
Integer | range of 0..100 |
Unused on a shape level. Applies to Viewer, Layer
Addition=Parameter
Addition value. If, 0 then Transparency will be used as transparent value; if \<\> 0, then means: \output = output * Transparency/100 + layer * Addition/100.
Parameters | Description |
---|---|
Integer | range of 0..100 |
Unused on a shape level. Applies to Viewer, Layer
Caption=Parameter
Caption of layer, if not filled directly then will be filled with Name while adding to the Viewer.
Parameters | Description |
---|---|
String | Layer caption |
Applies to Viewer, Layer
Style=Parameter
Style name.
Parameters | Description |
---|---|
String | Style name |
Applies to Viewer, Layer
HideFromlegend=Parameter
If TRUE then layer will not be visible within legend control. Default if FALSE
Parameters | Description |
---|---|
Boolean | TRUE, FALSE |
Applies to Layer
LabelsOnTop=Parameter
If TRUE then labels will be drawn at a last step (on the top of all other layers). Otherwise labels will be drawn immediately after each shape. Default TRUE.
Parameters | Description |
---|---|
Boolean | TRUE, FALSE |
Applies to Layer
Page=Parameter
Page number. Used only for selected pixel layers like multipage TIFF.
Parameters | Description |
---|---|
Integer | Page number (starting form 1) |
Applies to Layer