Gets or sets the array of points that describe the locations of the repeating elements in this table-driven pattern.
.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 this table-driven pattern
Example
Remarks
See Also
Availability
SolidWorks 2001 FCS, Revision Number 9.0