Gets or sets the pick points of a loft feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PickPoints As Object |
Visual Basic (Usage) | |
---|
Dim instance As ILoftFeatureData
Dim value As Object
instance.PickPoints = value
value = instance.PickPoints
|
C# | |
---|
object PickPoints {get; set;} |
C++/CLI | |
---|
property Object^ PickPoints {
Object^ get();
void set (Object^ value);
} |
Return Value
Array of the pick points that contain arrays of coordinates of the pick points of this loft feature
Example
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0