Assembly: Express;
The IEaxSyncGroups interface is used to work with the collection of synchronized dimensions links.
IEaxSyncGroups
To work with a link of synchronized dimensions use IEaxSyncGroup.
| Property name | Brief description | |
![]() |
Count | The Count property determines the number of links of synchronized dimensions. |
![]() |
Item | The Item property returns the link of synchronized dimensions by its index. |
![]() |
RemoveFromOtherGroups | The RemoveFromOtherGroups property determines whether the dimension should be removed from other links if it is added to the link of synchronized dimensions. |
| Method name | Brief description | |
![]() |
CreateGroup | The CreateGroup method creates a link of synchronized dimensions. |
![]() |
GetCompatibleItems | The GetCompatibleItems method gets collection of dimension descriptions to which matches specified dimension description. |
![]() |
FindByKey | The FindByKey method searches for the link of synchronized dimensions by its key. |
![]() |
InGroups | The InGroups method returns the array of links of the synchronized dimensions, in which the dimension with the specified description is included. |
![]() |
IsDimensionsCompatible | The IsDimensionsCompatible method returns whether the specified dimensions can be linked. |
![]() |
Remove | The Remove method removes the link of synchronized dimensions by its index. |
![]() |
RemoveByKey | The RemoveByKey method removes the link of synchronized dimensions by its key. |
See also: