Gets or sets the array of three doubles for this vector.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IArrayData As Double |
Visual Basic (Usage) | |
---|
Dim instance As IMathVector
Dim value As Double
instance.IArrayData = value
value = instance.IArrayData
|
C# | |
---|
double IArrayData {get; set;} |
C++/CLI | |
---|
property double IArrayData {
double get();
void set (double value);
} |
Return Value
- in-process, unmanaged C++: Pointerto an array of three doubles
VBA, VB.NET, C#, and C++/CLI: Not supported
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0