Gets the full path of the routing component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetRoutingComponentFromSearchpath( _
ByVal __MIDL_0010 As String _
) As String |
Visual Basic (Usage) | |
---|
Dim instance As IRouteManager
Dim __MIDL_0010 As String
Dim value As String
value = instance.GetRoutingComponentFromSearchpath(__MIDL_0010)
|
C# | |
---|
string GetRoutingComponentFromSearchpath(
string __MIDL_0010
) |
C++/CLI | |
---|
String^ GetRoutingComponentFromSearchpath(
& String^ __MIDL_0010
) |
Parameters
- __MIDL_0010
- Routing component to search
Return Value
Full path of the routing component
Remarks
See Also
Availability
SolidWorks Routing 2007 FCS