deExpressions..::..hasExpressionName Method
Determines whether [has expression name] [the specified s expression name].
Namespace:
FlowWright.cDevDeAPIAssembly: cDevDeAPI (in cDevDeAPI.dll)
Syntax
public bool hasExpressionName( string sExpressionName, expressionType oType, string sExpressionID )
Public Function hasExpressionName ( _ sExpressionName As String, _ oType As expressionType, _ sExpressionID As String _ ) As Boolean
public: bool^ hasExpressionName( String^ sExpressionName, expressionType^ oType, String^ sExpressionID )
Parameters
- sExpressionName
- Type: String
Name of the s expression.
- oType
- Type: FlowWright.cDevDeAPI..::..expressionType
Type of the o.
- sExpressionID
- Type: String
The s expression identifier.