Gets the route segment IDs in this wire.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetRouteSegmentIDs( _
ByRef Count As System.Integer _
) As System.IntPtr |
Visual Basic (Usage) | |
---|
Dim instance As IWire
Dim Count As System.Integer
Dim value As System.IntPtr
value = instance.IGetRouteSegmentIDs(Count) |
C# | |
---|
System.IntPtr IGetRouteSegmentIDs(
out System.int Count
) |
C++/CLI | |
---|
System.IntPtr IGetRouteSegmentIDs(
& [Out] System.int Count
) |
Parameters
- Count
- Number of route segment IDs
Return Value
- in-process, unmanaged C++: Pointer to an array of route segment IDs for the wire
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
See Also
Availability
SolidWorks Routing 2006 FCS