Click or drag to resize

IRelaxISWCFLinkGetParameterNames 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
[OperationContractAttribute]
string[] GetParameterNames(
	string Model
)

Parameters

Model  String
The string that defines the model to evaluate.

Return Value

String
A list of parameter names.
Remarks
Use this function to establish the correct order of parameter values for a circuit if unclear.
See Also