Gets all of the route segment IDs for the active route.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetAllRouteSegmentIDs( _
ByRef Count As System.Integer _
) As System.IntPtr |
Visual Basic (Usage) | |
---|
Dim instance As IRouteManager
Dim Count As System.Integer
Dim value As System.IntPtr
value = instance.IGetAllRouteSegmentIDs(Count) |
C# | |
---|
System.IntPtr IGetAllRouteSegmentIDs(
out System.int Count
) |
C++/CLI | |
---|
System.IntPtr IGetAllRouteSegmentIDs(
& [Out] System.int Count
) |
Parameters
- Count
- Number of route segments for the active route
Return Value
- in-process, unmanaged C++: Pointer to an array of route segment IDs for the active route
- 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 2008 FCS