IDimMacroGroupPrimitive.Macro

Fore Syntax

Macro: String;

Fore.NET Syntax

Macro: string;

Description

The Macro property determines the name of a macro that is used to form the group of elements.

Comments

The following format is specified for macros name: <Module/form/assembly/.NET-assembly identifier>.<Class name>.<Function name> or :<Module/form/assembly/.NET assembly key>.<Class name>.<Function name>.

The static function with the following signature can be specified as a macros to form the group of elements:

Public Shared Function <function name>(<dictionary instance>: IDimInstance): IDimSelection;
Begin
    
End Function <function name>;

The function parameter returns instance of the dictionary for which it is required to create a group of elements.

Fore and Fore.NET Examples

The property use is given in the example for IDimMacroGroupPrimitive.SendGroupAsParam.

See also:

IDimMacroGroupPrimitive