IDimMacroGroupPrimitive

Assembly: Dimensions;

Description

The IDimMacroGroupPrimitive interface contains primitive properties that the application macro uses to form the group of elements.

Inheritance Hierarchy

          IDimElementGroupPrimitive

          IDimMacroGroupPrimitive

Comments

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:

The selection is created in the function code which elements determines created group of elements.

Properties

  Property name Brief description
Module The Module property determines the repository object containing an application macro used for creating a group of elements.
ModuleMacro The ModuleMacro property determines a macro binding.
SendGroupAsParam The SendGroupAsParam property determines whether macro uses an element group.

Properties inherited from IDimElementGroupPrimitive

  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:

Dimensions Assembly Interfaces