IDimMacroGroupPrimitive

Assembly: Dimensions;

Namespace: Prognoz.Platform.Interop.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
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.

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