Gets all of the polylines in the view with an option to include or exclude crosshatch lines  
             
            
.NET Syntax
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IView
Dim CrossHatchOption As System.Short
Dim ArraySize As System.Integer
Dim Polylines As System.Double
Dim EdgeArraySize As System.Integer
Dim value As System.Object
 
value = instance.IGetPolylines7(CrossHatchOption, ArraySize, Polylines, EdgeArraySize) | 
Parameters
- CrossHatchOption
- 
- 0 = include crosshatch lines
 
- 
1 = exclude crosshatch lines 
- 
2 = include only crosshatch lines 
- ArraySize
- Number of lines in the view
- Polylines
- Array of doubles of the lines in the view of size ArraySize
- EdgeArraySize
- Size of array of modeling edges
Return Value
- in-process, unmanaged C++: Pointer to an array of modeling edges and silhouette edges corresponding to polylines in the view 
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
  
             
             
             
             
            
            Remarks
 
            
            See Also
 
            Availability
SOLIDWORKS 2008 FCS, Revision Number 16.0