Gets the value of the dot product between two math vectors.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IDot( _
ByVal VectorObjIn As MathVector _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IMathVector
Dim VectorObjIn As MathVector
Dim value As System.Double
value = instance.IDot(VectorObjIn) |
C++/CLI | |
---|
System.double IDot(
& MathVector^ VectorObjIn
) |
Parameters
- VectorObjIn
- Math vector to use to determine the dot value
Return Value
Value of the dot product
See Also
Availability
SOLIDWORKS 2001 FCS, Revision Number 9.0