Gets or sets the list of X, Y, Z coordinates for the points for this curve.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PointArray As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IFreePointCurveFeatureData
Dim value As System.Object
instance.PointArray = value
value = instance.PointArray |
C# | |
---|
System.object PointArray {get; set;} |
C++/CLI | |
---|
property System.Object^ PointArray {
System.Object^ get();
void set ( & System.Object^ value);
} |
Property Value
Array of doubles of size 3 * point count (see Remarks)
Remarks
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0