Gets the wires in the route.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetWires( _
ByRef Count As Integer _
) As IntPtr |
Visual Basic (Usage) | |
---|
Dim instance As IElectricalRoute
Dim Count As Integer
Dim value As IntPtr
value = instance.IGetWires(Count)
|
C# | |
---|
IntPtr IGetWires(
ref int Count
) |
C++/CLI | |
---|
IntPtr IGetWires(
& int% Count
) |
Parameters
- Count
- Number of wires in the route
Return Value
- in-process, unmanaged C++: Pointer to an array of wires
- 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 Routing 2006 FCS