Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required String that denotes the file name from which to import.
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