Creates a math vector.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function ICreateVector( _
ByRef ArrayDataIn As Double _
) As MathVector |
Visual Basic (Usage) | |
---|
Dim instance As IMathUtility
Dim ArrayDataIn As Double
Dim value As MathVector
value = instance.ICreateVector(ArrayDataIn)
|
C++/CLI | |
---|
MathVector^ ICreateVector(
& double% ArrayDataIn
) |
Parameters
- ArrayDataIn
-
in-process, unmanaged C++: Pointer to an array of doubles representing the x,y,z components of the vector
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
Return Value
Newly created math vector or NULL if the operation fails
See Also
Availability
SolidWorks 2001 FCS, Revision Number 9.0