Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The IEaxSyncGroup interface is used to work with the link of synchronized dimensions.
IEaxSyncGroup
To work with collection of the synchronized dimensions links, use IEaxSyncGroups.
To work with the synchronized dimensions link element, use IEaxSyncItem.
Property name | Brief description | |
Item | The Item property returns the synchronized dimensions link element. | |
Count | The Count property returns the number of the synchronized dimensions link elements. |
Method name | Brief description | |
Add | The Add method adds element in the link of synchronized dimensions. | |
Clear | The Clear method removes all elements from the link of synchronized dimensions. | |
InGroup | The InGroup method determines whether selected dimension is linked to synchronized dimensions link elements. | |
PropogateChanges | The PropogateChanges method extends selections changes to the other synchronized dimensions link elements. | |
Remove | The Remove method removes synchronized dimensions link element. | |
RemoveByItem | The RemoveByItem method removes synchronized dimensions link element by description of the linked dimension. |
See also: