The IDimSelectionSchema interface contains properties and methods of dictionary selection schema.
Property name | Brief description | |
Count | The Count property returns the number of primitives in dictionary selection schema. | |
Dimension | The Dimension property determines structure of the dimension on which the selection schema primitive is based. | |
Item | The Item property returns an object that contains selection schema primitive. |
Method name | Brief description | |
Add | The Add method adds primitive to dictionary selection schema. | |
Clear | The Clear method removes all primitives from dictionary selection schema. | |
MoveDown | The MoveDown method moves selected primitive one position down. | |
MoveUp | The MoveUp method moves primitive one position up in the list. | |
Process | The Process method applies selection schema to specified element selection and returns selection copy with selected elements. | |
ProcessInplace | The ProcessInplace method applies selection schema to specified element selection. | |
Remove | The Remove method removes primitive of dictionary selection schema. |
See also: