Gets the arcs, ellipses, splines, and polylines in the view with an option to include or exclude crosshatch lines.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetPolyLinesAndCurves( _
ByVal CrossHatchOption As System.Short, _
ByVal ArraySize As System.Integer _
) As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim CrossHatchOption As System.Short
Dim ArraySize As System.Integer
Dim value As System.Double
value = instance.IGetPolyLinesAndCurves(CrossHatchOption, ArraySize) |
Parameters
- CrossHatchOption
- 0 = include crosshatch lines
-
1 = exclude crosshatch lines
-
2 = include only crosshatch lines
- ArraySize
- Size of the array of lines and parameters in the view
Return Value
- in-process, unmanaged C++: Pointer to an array of lines and parameters in the view (see Remarks)
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 2006 FCS, Revision Number 14.0