IDimSelectionSchema.Add

Fore Syntax

Add (primitiveType: SelectionPrimitiveType): IDimSelectionSchemaPrimitive;

Fore.NET Syntax

Add (primitiveType: Prognoz.Platform.Interop.Dimensions.SelectionPrimitiveType): Prognoz.Platform.Interop.Dimensions.IDimSelectionSchemaPrimitive;

Parameters

primitiveType. Added primitive type.

Description

The Add method adds primitive to dictionary selection schema.

Comments

Selection schema primitive types are given in the SelectionPrimitiveType enumeration.

Fore and Fore.NET Examples

The property use is given in the example for IDimListSelectionPrimitive.Selection.

See also:

IDimSelectionSchema