Add Method (IMathPoint) Send Feedback
See Also 
MathPoint
IMathPoint
Sets the current mathematical point to the sum of its original value and the value of the specified mathematical point.

Syntax

Visual Basic 
Sub Add( _
   ByVal MathPoint As MathPoint _
) 
C# 
void Add( 
   MathPoint MathPoint
)
JavaScript 
Add( 
   MathPoint : dsMathPoint
)
COM native C++ 
HRESULT Add( 
   IMathPoint* MathPoint
) 
C++ 
DSRESULT Add( 
   dsMathPoint* MathPoint
) 

Parameters

MathPoint
IMathPoint
 

See Also

Availability

DraftSight V1R1.4