Assembly: Express;
Name space: Prognoz.Platform.Interop.Express;
The IEaxSyncGroups interface is used to work with the synchronized dimensions link collection.
IEaxSyncGroups
To work with the synchronized dimensions link, use IEaxSyncGroup.
| Property name | Brief description | |
| Count | The Count property determines number of the links in collection. | |
| Item | The Item property returns the link by its index. |
| Method name | Brief description | |
| CreateGroup | The CreateGroup method creates a link of . | |
| GetCompatibleItems | The GetCompatibleItems method gets collection of dimension descriptions to which matches specified dimension description. | |
| InGroup | The InGroup method returns the link by specified dimension description. | |
| IsDimensionsCompatible | The IsDimensionsCompatible method returns if the link between specified dimensions can be created. | |
| Remove | The Remove method removes the synchronized dimensions link by its index. |
See also: