Export Method
Description
This function exports CAD or part data from the measurement routine to the indicated file. The export format is determined by the file name extension of Name.
Syntax
Visual Basic |
---|
Public Function Export( _ ByVal Name As String _ ) As Boolean |
Parameters
- Name
- Required String that denotes the file name to which to export.
See Also