Description
Sets the file where Shogun where Shogun Post loads and saves your selection sets.
...
Scroll tablelayout |
---|
sortDirection | ASC |
---|
repeatTableHeaders | default | style |
---|
widths | 23%, 11%, 13%, 53% |
---|
style | |
---|
sortByColumn | 1 |
---|
sortEnabled | false |
---|
cellHighlighting | true |
---|
|
Name | Type | Required | Comments |
---|
SelectionSetFile | string | yes | Name of the file where Shogun whereShogun Post loads and saves your selection sets. Use forward-slashes instead of back-slashes for all file paths. |
...
Scroll tablelayout |
---|
sortDirection | ASC |
---|
repeatTableHeaders | default | style |
---|
widths | 10%, 15%, 14%, 13%, 48% |
---|
style | |
---|
sortByColumn | 1 |
---|
sortEnabled | false |
---|
cellHighlighting | true |
---|
|
Name | Flag arguments | Argument type | Exclusive to | Comments |
---|
save | 0 | — | — | Causes the current selection sets to be saved to the given file. If not specified, then the selection sets in the file will be loaded. |
Return value
void
Examples
Code Block |
---|
|
// Save your selection sets to the root of your C: drive |
...
setSelectionSetFile "C:/MySelectionSet.hsl" -save; |
Additional information
...