IDimSelectionSchema.Add

Syntax

Add (primitiveType: SelectionPrimitiveType): 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.

Example

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

See also:

IDimSelectionSchema