Gets or sets the array of x,y,z coordinates that describe this math point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IArrayData As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IMathPoint
Dim value As System.Double
instance.IArrayData = value
value = instance.IArrayData |
C# | |
---|
System.double IArrayData {get; set;} |
C++/CLI | |
---|
property System.double IArrayData {
System.double get();
void set ( & System.double value);
} |
Property Value
- in-process, unmanaged C++: Pointer to an array of 3 doubles representing the x,y,z coordinates of the math point
VBA, VB.NET, C#, and C++/CLI: Not supported
See Also
Availability
SolidWorks 2001 FCS, Revision Number 9.0