'Declaration
Overloads Function AddExternalVariable(Of T As {New, ExternalVariable})( _ ByVal name As String, _ ByVal formula As String _ ) As T
Parameters
- name
- A string value indicates the external variable name.
- formula
- A string value indicates the associated formula.
Type Parameters
- T
- The external variable type that implement ExternalVariable.
Return Value
A <T> object indicates the new external variable.