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. |
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. | |
InGroup | The InGroup method returns the link of synchronized dimensions by the specified dimension description. | |
IsDimensionsCompatible | The IsDimensionsCompatible method returns if the link between specified dimensions can be created. | |
Remove | The Remove method removes the link of synchronized dimensions by its index. |
See also: