Assembly: Adhoc;
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 | |
Count | The Count property returns the number of dimensions in the collection. | |
Item | The Item property returns the specified fixed dimension included in the collection. |
Method name | Brief description | |
Add | The Add method adds a new fixed dimension, which is used to execute batch operation. | |
Clear | The Clear method removes all dimensions from the collection. | |
Remove | The Remove method removes the dimension from the collection. |
See also: