Gets or sets the list of X, Y, Z coordinates for the points for this curve.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PointArray As Object |
Visual Basic (Usage) | |
---|
Dim instance As IFreePointCurveFeatureData
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 of size 3 * point count (see Remarks)
Remarks
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0