| Maptitude GISDK Help |
Gets the location of the point feature with the specified ID.
c = GetPoint(integer id)
| Argument | Contents |
|---|---|
| id | The ID of the point feature |
A coordinate indicating the location of the feature.
The current layer must be a point layer.
pt = GetPoint(123)
CenterMap(, pt)
| Error Type | Meaning |
|---|---|
| NotFound | There is no point feature with that ID |
| Function | Summary |
|---|---|
| GetLine() | Gets the coordinates that describe the location of a line feature |
| GetArea() | Gets the coordinates that describe an area feature |
| ©2025 Caliper Corporation | www.caliper.com |