Gets or sets the list of X, Y, Z coordinates for the points for this free-point 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 containing 3 * points (see Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS 2003 FCS, Revision Number 11.0