Gets all of the SolidWorks sketch segments in the specified route segment for this flattened route.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetSketchSegments( _
ByVal RouteSegmentID As Integer, _
ByRef Count As Integer _
) As IntPtr |
Visual Basic (Usage) | |
---|
Dim instance As IElectricalFlatRoute
Dim RouteSegmentID As Integer
Dim Count As Integer
Dim value As IntPtr
value = instance.IGetSketchSegments(RouteSegmentID, Count)
|
Parameters
- RouteSegmentID
- Route segment ID (see Remarks)
- Count
- Number of SolidWorks sketch segments
Return Value
- in-process, unmanaged C++: Pointer to an array of SolidWorks sketch segments
- 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 2009 FCS