Maptitude GISDK Help |
Gets the style used to draw line features.
sty = GetLineStyle(string lyr_set_name)
Argument |
Contents |
lyr_set_name |
The name of the layer or selection set |
A line style.
GetLineStyle() returns null if called on a selection set that does not have a defined border style.
sty = GetLineStyle("Highways|")
sel_sty = GetLineStyle("Highways|Selection")
Error Type |
Meaning |
NotFound |
The layer or selection set does not exist |
Function |
Summary |
Creates a new line style |
|
Sets the line style used to draw line features |
|
Returns an array defining the line style |
|
Gets the color used to draw line features |
|
Gets the width used to draw line features |
©2025 Caliper Corporation | www.caliper.com |