| Maptitude GISDK Help |
Gets the point size of the symbol used to draw point features.
sz = GetIconSize(string lyr_set_name)
| Argument | Contents |
|---|---|
| lyr_set_name | The name of the layer or selection set |
A real number indicating the size in points.
GetIconSize() returns null if called on a selection set that does not have a defined point size.
sz = GetIconSize("Cities|")
sel_sz = GetIconSize("Cities|Selection")
| Error Type | Meaning |
|---|---|
| NotFound | The layer or selection set does not exist |
| Function | Summary |
|---|---|
| SetIconSize() | Sets the point size of symbols used to draw point features |
| GetIcon() | Gets the font and character or bitmap used to draw point features |
| GetIconColor() | Gets the color used to draw point features |
| ©2025 Caliper Corporation | www.caliper.com |