Show contents 

Express > Express Assembly Interfaces > IEaxDataAreaControl > IEaxDataAreaControl.AddControl

IEaxDataAreaControl.AddControl

Syntax

AddControl(ParamId: String): IEaxDataAreaParamControl;

Parameters

ParamId. Parameter identifier.

Description

The AddControl method adds a controlling setting for slice parameter with the specified identifier.

Comments

To add a slice parameter controlling setting object, use the IEaxDataAreaControlInfo.AddControl method.

Example

The method use is given in the example for IEaxDataAreaControl.ControlledObject.

See also:

IEaxDataAreaControl