Overview
The following table shows the correspondence between Python built-in types, SDK Connector types and Workflows types.
| Built-In Type | Maptek Python SDK Type | Workflows Type |
|---|---|---|
| str | String | |
| int | Integer | |
| float | Double | |
| bool | Boolean | |
| list | CSV String | |
| datetime.datetime | DateTime | |
| pathlib.Path | File | |
| (not applicable) | Folder | |
| (not applicable) | Point 3D | |
| (not applicable) | WorkflowSelection | Maptek Database Object |
Was this page helpful?