Gets the sketch segments in this sketch, which include line, arc, spline, parabola, and ellipse entities.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSketchSegments() As Object |
Visual Basic (Usage) | |
---|
Dim instance As ISketch
Dim value As Object
value = instance.GetSketchSegments()
|
C# | |
---|
object GetSketchSegments() |
C++/CLI | |
---|
Object^ GetSketchSegments(); |
Return Value
Array of
sketch segments, which include line, arc, spline, parabola, and ellipse entities, in this sketch (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks 99, datecode 1999207