CapeParameter Constructor

Creates a new instance of the abstract parameter base class.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public CapeParameter(
	string name,
	string description
)

Parameters

name  String
Sets as the ComponentName of the parameter's ICapeIdentification interface.
description  String
Sets as the ComponentDescription of the parameter's ICapeIdentification interface.

Remarks

The mode is set to CapeParamMode.CAPE_INPUT_OUTPUT.

See Also