|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework Namespace > BncsFramework Class > BncsFramework Methods > BncsFramework.GetMonitoredParametersByName Method |
Retrieves an array of IBNCSInstanceParameter objects with the specified parameter name.
Namespace: BNCS.Core.DriverFramework
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static IBNCSInstanceParameter[] GetMonitoredParametersByName(
string parameterName,
Boolean clone
)
parameterName
Type: String
The name of the parameter to search for.
clone
Type: Boolean
A boolean value indicating whether to clone the parameters or not. Default is true.
An array of IBNCSInstanceParameter objects with the specified parameter name.
BNCS.Core.DriverFramework Namespace