Gets or sets the array of points that describe the x,y, and z locations of the repeating elements in the table-driven pattern feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PointArray As Object |
Visual Basic (Usage) | |
---|
Dim instance As ITablePatternFeatureData
Dim value As Object
instance.PointArray = value
value = instance.PointArray
|
C# | |
---|
object PointArray {get; set;} |
C++/CLI | |
---|
property Object^ PointArray {
Object^ get();
void set (Object^ value);
} |
Return Value
Array of doubles that describe the x, y, and z locations of the repeating elements in the table-driven pattern
Example
Remarks
See Also
Availability
SolidWorks 2001 FCS, Revision Number 9.0