# `GSExportSettingsViewController exportInstances:toURL:options:error:`

*Instance Method*

## Declaration

```swift
func exportInstances(_ instances: [Any], to destinationURL: URL, options: [AnyHashable : Any] = [:]) throws
```

```objc
- (BOOL) exportInstances:(NSArray *) instances toURL:(NSURL *) destinationURL options:(NSDictionary *) options error:(NSError **) error;
```

```python
exportInstances_toURL_options_error_(instances: list, destinationURL: NSURL, options: dict) -> tuple[bool, NSError]
```

