'Declaration Public Overloads Function AddFunction( _ ByVal nameText As System.String, _ ByVal argumentText As System.String _ ) As OMathFunction
public OMathFunction AddFunction( System.string nameText, System.string argumentText )
Parameters
- nameText
- The structure name element text.
- argumentText
- The structure argument element text.
Return Value
The added OMathFunction instance.