Import Method
Description
This function imports CAD or part data from the indicated file to the measurement routine. The file format is determined by the file name extension of Name.
Syntax
Visual Basic |
---|
Public Function Import( _ ByVal Name As String _ ) As Boolean |
Parameters
- Name
- Required String that denotes the file name from which to import.
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
See Also