Gets the number of polylines in this view with an option to include or exclude crosshatch lines.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPolyLineCount5( _
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.GetPolyLineCount5(CrossHatchOption, PointCount)
|
Parameters
- CrossHatchOption
Crosshatch option as defined in swCrossHatchFilter_e
- PointCount
Size of array needed to allocate in doubles for IView::IGetPolylines6
Return Value
Number of polylines
Example
Remarks
See Also
Availability
SolidWorks 2003 FCS, Revision Number 11.0