Gets the number of lines, including arcs, ellipses, splines, and polylines, in the view with the option to include or exclude cross hatch lines.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPolyLinesAndCurvesCount( _
ByVal CrossHatchOption As Short, _
ByRef PointCount As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim CrossHatchOption As Short
Dim PointCount As Integer
Dim value As Integer
value = instance.GetPolyLinesAndCurvesCount(CrossHatchOption, PointCount)
|
Parameters
- CrossHatchOption
Crosshatch option as defined in swCrossHatchFilter_e
- PointCount
- Size of array to allocate in doubles for IView::IGetPolyLinesAndCurves
Return Value
Number of lines
Remarks
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14.0