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 System.Short, _
   ByRef PointCount As System.Integer _
) As System.Integer | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IView
Dim CrossHatchOption As System.Short
Dim PointCount As System.Integer
Dim value As System.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