IMsStubLoadSelectionValues.Add

Syntax

Add(StubKey: Integer): IMsStubLoadSelectionValue;

Parameters

StubKey. Data source key.

Description

The Add method adds a selection for the specified data source to the collection.

Comments

To get selection from the collection, use the IMsStubLoadSelectionValues.Item property.

Example

The method use is given in the example for IMsProblemCalculationSettings.StubLoadSelections.

See also:

IMsStubLoadSelectionValues