IAdhocBulkSelectionSet

Assembly: Adhoc;

Description

The IAdhocBulkSelectionSet interface is used to work with the collection of fixed dimensions.

Inheritance Hierarchy

          IAdhocBulkSelectionSet

Comments

To get the collection of fixed dimensions, use the IAdhocBulkSettings.SelectionSet property.

Properties

  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.

Methods

  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:

Adhoc Assembly Interfaces