Gets the path and filename of the fitting for the specified connector.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetFittingFilePath( _
ByVal connectorName As System.String _
) As System.String |
Visual Basic (Usage) | |
---|
Dim instance As IElectricalFlatRoute
Dim connectorName As System.String
Dim value As System.String
value = instance.GetFittingFilePath(connectorName) |
C# | |
---|
System.string GetFittingFilePath(
System.string connectorName
) |
C++/CLI | |
---|
System.String^ GetFittingFilePath(
& System.String^ connectorName
) |
Parameters
- connectorName
- Name of the connector
Return Value
Path and filename of the fitting
See Also
Availability
SOLIDWORKS Routing 2008 FCS