Add Method
Description
The Add function sets the probe name to FileName. This allows the user to start creating a new probe.
Syntax
Visual Basic |
---|
Public Function Add( _ ByVal FileName As String _ ) As Boolean |
Parameters
- FileName
- Required String that indicates the name of the new probe.
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
See Also