CADModelFilename Method
Description
This method returns only the file name (not the full path) of the CAD model that you imported into the measurement routine.
Syntax
Visual Basic |
---|
Public Function CADModelFilename() As String |
Return Type
String value of the file name for the model file. If the measurement routine does not have a CAD model, this string is empty.
Example
For a related example, see CADModelFile.
See Also