IRelaxISWCFLinkGetParameterNames Method |
Returns the default parameter names for the given circuit in the correct order.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax [OperationContractAttribute]
string[] GetParameterNames(
string Model
)
<OperationContractAttribute>
Function GetParameterNames (
Model As String
) As String()
Dim instance As IRelaxISWCFLink
Dim Model As String
Dim returnValue As String()
returnValue = instance.GetParameterNames(Model)
Parameters
- Model String
- The string that defines the model to evaluate.
Return Value
StringA list of parameter names.
Remarks Use this function to establish the correct order of parameter values for a circuit if unclear.
See Also