Gets or sets the array of x,y,z coordinates that describe this math point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ArrayData As Object |
Visual Basic (Usage) | |
---|
Dim instance As IMathPoint
Dim value As Object
instance.ArrayData = value
value = instance.ArrayData
|
C# | |
---|
object ArrayData {get; set;} |
C++/CLI | |
---|
property Object^ ArrayData {
Object^ get();
void set (Object^ value);
} |
Return Value
Array of 3 doubles representing the x,y,z coordinates of the math point
Example
See Also
Availability
SolidWorks 2001 FCS, Revision Number 9.0