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 System.Object _
) As System.Object | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IMathPoint
Dim VectorObjIn As System.Object
Dim value As System.Object
 
value = instance.SubtractVector(VectorObjIn) | 
| C# |  | 
|---|
| System.object SubtractVector( 
   System.object VectorObjIn
) | 
| C++/CLI |  | 
|---|
| System.Object^ SubtractVector( 
&   System.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