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