IsViewExportable()
Summary
Determines whether a view can be exported.
Changes
Added to Version 5.0.
Syntax
answer = IsViewExportable(string view_name)
| Argument | Contents |
|---|---|
| view_name | The name of the view |
Returns
The string "True" if the view can be exported, otherwise "False" if the layer is in a locked or encrypted format.
Error Codes
| Error Type | Meaning |
|---|---|
| NotFound | There is no view by the given name |
See Also
| Function | Summary |
|---|---|
| IsLayerExportable() | Tests whether or not a layer is export protected |