ICapeUnitPortVariablesSetIndex Method

Sets the position of port variables: this should ultimately be a private member function.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[DispIdAttribute(2)]
void SetIndex(
	string Variable_type,
	string Component,
	int index
)

Parameters

Variable_type  String
The Type of the variable.
Component  String
The compnent of the variable.
index  Int32
The index of the variable.

Remarks

Sets the position of port variables: this should ultimately be a private member function.

See Also