Gets all of the polylines in the view with an option to include or exclude crosshatch lines.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function GetPolylines7( _
   ByVal CrossHatchOption As System.Short, _
   ByRef Polylines As System.Object _
) As System.Object | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IView
Dim CrossHatchOption As System.Short
Dim Polylines As System.Object
Dim value As System.Object
 
value = instance.GetPolylines7(CrossHatchOption, Polylines) | 
Parameters
- CrossHatchOption
- 
- 0 = include crosshatch lines
 
- 
1 = exclude crosshatch lines 
- 
2 = include only crosshatch lines 
- Polylines
- Array of doubles of the lines in the view
Return Value
Array of modeling 
edges and 
silhouette edges corresponding to polylines in the view
Example
            Remarks
 
            
            See Also
 
            Availability
SOLIDWORKS 2008 FCS, Revision Number 16.0