Click or drag to resize

RelaxISWCFLinkProxyGetParameterNames Method

Returns the default parameter names for the given circuit in the correct order.

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public string[] GetParameterNames(
	string Circuit
)

Parameters

Circuit  String
The string that defines the circuit to evaluate.

Return Value

String
A list of parameter names.

Implements

IRelaxISWCFLinkGetParameterNames(String)
Remarks
Use this function to establish the correct order of parameter values for a circuit if unclear.
See Also