Gets a math point that describes the difference between a math vector's magnitude from the calling math point
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SubtractVector( _
ByVal VectorObjIn As Object _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IMathPoint
Dim VectorObjIn As Object
Dim value As Object
value = instance.SubtractVector(VectorObjIn)
|
C++/CLI | |
---|
Object^ SubtractVector(
& Object^ VectorObjIn
) |
Parameters
- VectorObjIn
Math vector by which to subtract this math point
Return Value
Newly created math point or NULL if the operation fails
See Also
Availability
SolidWorks 2001 FCS, Revision Number 9.0