Documentation | Other Specifications | Project file format (legacy) | Marker
This section includes marker parameters (used on Layer)
Marker.Color=Parameter
Color parameter for Markers.
Parameters | Description |
---|---|
Integer | integer BGR (e.g. $000000) |
RGB | red:green:blue (e.g. 213:24:58) |
Name | color name: AQUA, GRAY, NAVY, SILVER, BLACK, GREEN, OLIVE, TEAL, BLUE, LIME, PURPLE, WHITE, FUCHSIA, MAROON, RED, YELLOW |
Applies to Layer.
Marker.Width=Parameter
Marker width parameter.
Parameters | Description |
---|---|
Integer | size value ( positive integer - size in twips; negative integer - size in pixels ) |
Applies to Layer.
Marker.Style=Parameter
Style parameter for Markers.
Parameters | Description |
---|---|
PenStyle | SOLID, DASH, DOT, DASHDOT, DASHDOTDOT, CLEAR |
Valid only if Symbol is not set or if the Viewer is performing incremental paint. Applies to Layer.
Marker.Symbol=Parameter
Symbol for Markers.
Parameters | Description |
---|---|
Picture | Path to picture (bitmap, wmf, gif, jpeg, png) |
CGM | Path to CGM file |
Font | Font name:symbol (character or code)[:BOLD][:ITALIC][:UNDEMarker] |
Applies to Viewer.
Marker.SymbolRotate=Parameter
Symbol rotation for Markers in radians.
Parameters | Description |
---|---|
Float | value in radians |
Applies to Layer.
Marker.Bitmap=Parameter
Bitmap fill for Markers.
Parameters | Description |
---|---|
Bitmap | picture bitmap handle |
Applies to Layer.
Marker.Pattern=Parameter
Pattern fill for Markers.
Parameters | Description |
---|---|
BrushStyle | SOLID, BDIAGONAL, FDIAGONAL, CROSS, DIAGCROSS, HORIZONTAL, VERTICAL, TRANSPARENT |
Valid only if Symbol is not set or if the Viewer is performing incremental paint. Applies to Layer.
Marker.OutLineColor=Parameter
Outline color for Markers.
Parameters | Description |
---|---|
Integer | integer BGR (e.g. $000000) |
RGB | red:green:blue (e.g. 213:24:58) |
Name | color name: AQUA, GRAY, NAVY, SILVER, BLACK, GREEN, OLIVE, TEAL, BLUE, LIME, PURPLE, WHITE, FUCHSIA, MAROON, RED, YELLOW |
Applies to Viewer.
Marker.OutlineWidth=Parameter
Outline width.
Parameters | Description |
---|---|
Integer | size value ( positive integer - size in twips; negative integer - size in pixels ) |
Valid only if Symbol is not set or if the Viewer is performing incremental paint. Applies to Layer.
Marker.OutlineStyle=Parameter
Outline style for Markers.
Parameters | Description |
---|---|
PenStyle | SOLID, DASH, DOT, DASHDOT, DASHDOTDOT, CLEAR |
Valid only if Symbol is not set or if the Viewer is performing incremental paint. Applies to Layer.
Marker.OutlineBitmap=Parameter
Outline bitmap fill for Markers.
Parameters | Description |
---|---|
Bitmap | picture bitmap handle |
Applies to Layer.
Marker.OutlinePattern=Parameter
Outline pattern fill for Markers.
Parameters | Description |
---|---|
BrushStyle | SOLID, BDIAGONAL, FDIAGONAL, CROSS, DIAGCROSS, HORIZONTAL, VERTICAL, TRANSPARENT |
Valid only if OutlineSymbol is not set or if Viewer is performing incremental paint. Applies to Layer.
Marker.SmartSize=Parameter
Minimum bounding box size that is to be visible.
Parameters | Description |
---|---|
Integer | size value ( positive integer - size in twips; negative integer - size in pixels ) |
If the shape in the current zoom is smaller, the shape will be invisible. Applies to Layer.
Marker.SmartSizeField=Parameter
Field on which SmartSize will be computed. Thanks to this, it is possible to add a more advanced rule for hiding to the database. Field contents must be an integer value, which will be treated as “size of importance”.
Parameters | Description |
---|---|
String | field name |
If the shape in the current zoom is smaller, the shape will be invisible. Applies to Layer.