| Maptitude GISDK Help |
Checks to see if an image can be registered.
bool = IsImageRegisterable(string layer_name)
| Argument | Contents |
|---|---|
| layer_name | The name of the image layer to be tested |
A Boolean string "True" or "False."
Non-TIFF image layers will always return "False."
GeoTIFF images will return "False."
A read-only file will cause the function to return "False."
bool = IsImageRegisterable("CAPITOL.TIF")
| Error Type | Meaning |
|---|---|
| Not Found | Either the layer was not found or it was not an image layer |
| Function | Summary |
|---|---|
| RegisterImage() | Registers an image to a particular location, scale, and projection |
| ©2025 Caliper Corporation | www.caliper.com |