PushAnnotationToBack()
Summary
Moves an annotation behind all other annotations.
Syntax
id = PushAnnotationToBack(string window_spec, integer id)
| Argument | Contents |
|---|---|
| window_spec | The type and name of the window containing the annotation |
| id | The annotation ID |
Returns
The integer ID of the annotation that was previously in back, or null if the annotation does not exist or is already in back.
Notes
-
For a full list of GISDK functions for annotations, see Freehand Items (Annotations).
Error Codes
| Error Type | Meaning |
|---|---|
| NotFound | The specified window does not exist |
See Also
| Function | Summary |
|---|---|
| BringAnnotationToFront() | Moves an annotation in front of all other annotations |