RelaxISWCFLinkProxyGetParameterNames 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 public string[] GetParameterNames(
string Circuit
)
Public Function GetParameterNames (
Circuit As String
) As String()
Dim instance As RelaxISWCFLinkProxy
Dim Circuit As String
Dim returnValue As String()
returnValue = instance.GetParameterNames(Circuit)
Parameters
- Circuit String
- The string that defines the circuit to evaluate.
Return Value
StringA 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