| Maptitude GISDK Help |
Reports whether a view is read-only.
read_only_flag = GetViewReadOnly(string view_name)
| Argument | Contents |
|---|---|
| view_name | The name of a view |
The string "Yes" if the view is read-only, the string "No" if it is not.
If the input view_name is null, GetViewReadOnly() uses the current view.
If GetViewReadOnly() = "Yes" then SetViewReadOnly(, "False")
| Error Type | Meaning |
|---|---|
| NotFound | The named view does not exist, or the input view_name is null and there is no current view |
| Function | Summary |
|---|---|
| SetViewReadOnly() | Changes the read-only status of a view |
| ©2025 Caliper Corporation | www.caliper.com |