Maptitude GISDK Help

SetThemeLineStyles()

Summary

Sets the line styles used to draw a theme.

 

Syntax

SetThemeLineStyles(string theme_name, array linestyles)

 

Argument

Contents

theme_name

The name of the theme

linestyles

An array of line styles

 

Note

Example

solid = LineStyle({{{1, -1, 0}}}),

dashed = LineStyle({{{1, -1, 0, 1, 2}}}),

ls_array = {solid, dashed}

SetThemeLineStyles("Traffic", ls_array)

 

Error Codes

Error Type

Meaning

NotFound

No theme exists with the specified name

 

See Also

Function

Summary

GetThemeLineStyles()

Gets the list of line styles that are used to draw a theme

SetThemeLineColors()

Sets the line colors used to draw a theme

SetThemeLineWidths()

Sets the line widths used to draw a theme

LineStyle()

Creates a new line style

SetLineStyle()

Sets the line style used to draw line features

 

 

©2025 Caliper Corporation www.caliper.com