Assembly: Adhoc;
Namespace: None;
The IAdhocBulkSelectionSet interface is used to work with the collection of fixed dimensions.
IAdhocBulkSelectionSet
To get the collection of fixed dimensions, use the IAdhocBulkSettings.SelectionSet property.
| Property name | Brief description | |
| The Count property returns the number of dimensions in the collection. | ||
| The Item property returns the specified fixed dimension included in the collection. |
| Method name | Brief description | |
| The Add method adds a new fixed dimension, which is used to execute batch operation. | ||
| The Clear method removes all dimensions from the collection. | ||
| The Remove method removes the dimension from the collection. |
See also: