Assembly: Dimensions;
Namespace: Prognoz.Platform.Interop.Dimensions;
The IDimMacroGroupPrimitive interface contains primitive properties that the application macro uses to form the group of elements.
IDimMacroGroupPrimitive
The static Fore-function with the following signature can be specified as a macro to form the group of elements:
Public Shared Function <function name>(<parameter_1>: IDimInstance; <parameter_2>: IDimElementGroup): IDimSelection;
Begin
End Function <function name>;
Input parameter purpose:
parameter_1. Mandatory. It gives access to the dictionary source data.
parameter_2. Optional. It should be present, if the IDimMacroGroupPrimitive.SendGroupAsParam property is set to True. It gives access to the current element group.
The selection is created in the function code which elements determines created group of elements.
| Property name | Brief description | |
| The Macro property determines the name of a macro that is used to form the group of elements. | ||
| The SendGroupAsParam property determines whether macro uses an element group. |
| Property name | Brief description | |
| Selection | The Selection property determines selection of primitive of dictionary element group. | |
| Type | The Type property returns type for primitive of dictionary element group. |
See also: