Translates a math point by a math vector to create a new math point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddVector( _
ByVal VectorObjIn As Object _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IMathPoint
Dim VectorObjIn As Object
Dim value As Object
value = instance.AddVector(VectorObjIn)
|
Parameters
- VectorObjIn
- Math vector by which to translate this math point
Return Value
Newly created translated
math point or NULL if the operation fails
Example
See Also
Availability
SolidWorks 2001 FCS, Revision Number 9.0