Documentation | Other Specifications | Project file format (legacy) | Line
This section includes line parameters (used on Layer )
Line.Color=Parameter
Color parameter for lines.
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.
Line.Width=Parameter
Line width parameter.
Parameters | Description |
---|---|
Integer | size value ( positive integer - size in twips; negative integer - size in pixels ) |
Applies to Layer.
Line.Style=Parameter
Style parameter for lines.
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.
Line.Symbol=Parameter
Symbol for lines.
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][:UNDERLINE] |
Applies to Viewer.
Line.SymbolGap=Parameter
Default symbol gap (spacing) for lines.
Parameters | Description |
---|---|
Integer | size value ( positive integer - size in twips; negative integer - size in pixels ) |
Applies to Layer.
Line.SymbolRotate=Parameter
Symbol rotation for lines in radians.
Parameters | Description |
---|---|
Float | value in radians |
Applies to Layer.
Line.Bitmap=Parameter
Bitmap fill for lines.
Parameters | Description |
---|---|
Bitmap | picture bitmap handle |
Applies to Layer.
Line.Pattern=Parameter
Pattern fill for lines.
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.
Line.OutlineColor=Parameter
Outline color for lines.
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.
Line.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.
Line.OutlineStyle=Parameter
Outline style for lines.
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.
Line.OutLineBitmap=Parameter
Outline bitmap fill for lines.
Parameters | Description |
---|---|
Bitmap | picture bitmap handle |
Applies to Layer.
Line.OutlinePattern=Parameter
Outline pattern fill for lines.
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.
Line.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.
Line.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.