Assembly: Adhoc;
Namespace: None;
The IAdhocDimsSynchronization interface is used to work with the collection of synchronized dimensions.
IAdhocDimsSynchronization
To get the collection, use the IAdhocSynchronization.Dimensions property.
| Property name | Brief description | |
| The Count property returns the number of collection dimensions. | ||
| The Item property returns the specified dimension. |
| Method name | Brief description | |
| The Add method adds the specified dimension to the collection. | ||
| The Clear method clears the collection of synchronized dimensions. | ||
| The FindById method searches for a dimension by its identifier. | ||
| The FindByKey method searches for a dimension by its key. | ||
| The Remove method removes the specified dimension from the collection. | ||
| The RemoveById method removes the dimension with the specified identifier from the collection. | ||
| The RemoveByKey method removes a dimension with the specified key from the collection. |
See also: