Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
Required Double that is the A parameter of the new tip.
Required Double that is the B parameter of the new tip.
Add Method
Description

This function adds a new tip position to this collection. The new tip is unqualified.

Syntax
Visual Basic
Public Function Add( _
   ByVal a As Double, _
   ByVal b As Double _
) As Long
Parameters
a
Required Double that is the A parameter of the new tip.
b
Required Double that is the B parameter of the new tip.
See Also