| Maptitude GISDK Help |
Returns the width used to draw the border of area features.
wid = GetBorderWidth(string lyr_set_name)
| Argument | Contents |
|---|---|
| lyr_set_name | The name of the layer or selection set |
A real number indicating the border width in points.
GetBorderWidth() returns null if called on a selection set that does not have a defined border width.
GetBorderWidth() returns zero to indicate the narrowest possible width (hairline).
wid = GetBorderStyle("U.S. States|")
sel_wid = GetBorderStyle("U.S. States|Selection")
| Error Type | Meaning |
|---|---|
| NotFound | The layer or selection set does not exist |
| Function | Summary |
|---|---|
| SetBorderWidth() | Sets the line width used to draw the border of area features |
| GetBorderColor() | Returns the color used to draw the border of area features |
| GetBorderStyle() | Returns the style used to draw the border of area features |
| ©2025 Caliper Corporation | www.caliper.com |