IDimMacroSelectionPrimitive

Assembly: Dimensions;

Description

The IDimMacroSelectionPrimitive interface contains primitive properties that the application macro uses to form the selection schemas.

Inheritance Hierarchy

          IDimSelectionSchemaPrimitive

          IDimMacroSelectionPrimitive

Comments

The procedure with the following signature can be specified as a macro to form the selection schema:

Public Shared Sub <procedure name>(<parameter_1>, <parameter_2>: IDimSelection);
Begin
    
End Function <procedure name>;

Input parameter purpose:

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.

Properties inherited from IDimSelectionSchemaPrimitive

  Property name Brief description
Deselect The Deselect property determines what occurs to primitive element selection while building the schema of dictionary selection.
Type The Type property determines the type of dictionary selection scheme primitive.

See also:

Dimensions Assembly Interfaces