Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required String that is the name of the new tool.
Add Method
Description
This function adds a new tool to this collection. The new tool is unqualified.
Syntax
Visual Basic
Public Function Add( _
   ByVal ID As String _
) As tool
Parameters
ID
Required String that is the name of the new tool.
Return Type
Tool object.
See Also