ExtensionsGetHatchLines Method
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
public static List<ILineEdge> GetHatchLines(
this IPolyClass this,
double pitch,
double angleCCW,
out bool success
)
<ExtensionAttribute>
Public Shared Function GetHatchLines (
this As IPolyClass,
pitch As Double,
angleCCW As Double,
<OutAttribute> ByRef success As Boolean
) As List(Of ILineEdge)
public:
[ExtensionAttribute]
static List<ILineEdge^>^ GetHatchLines(
IPolyClass^ this,
double pitch,
double angleCCW,
[OutAttribute] bool% success
)
[<ExtensionAttribute>]
static member GetHatchLines :
this : IPolyClass *
pitch : float *
angleCCW : float *
success : bool byref -> List<ILineEdge>
- this IPolyClass
-
- pitch Double
-
- angleCCW Double
-
- success Boolean
-
ListILineEdgeIn Visual Basic and C#, you can call this method as an instance method on any object of type
IPolyClass. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).