Gets the specified connector's data for this electrical flattened route.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IElectricalFlatRoute
Dim connectorName As System.String
Dim fittingPoint As System.Object
Dim fittingDirection As System.Double
Dim isVisible As System.Boolean
Dim value As System.Boolean
value = instance.IGetConnectorData(connectorName, fittingPoint, fittingDirection, isVisible) |
Parameters
- connectorName
- Name of the connector
- fittingPoint
- Location of the fitting's connection point in the flattened configuration
- fittingDirection
- in-process, unmanaged C++: Pointer to an array of doubles for the direction in which the route exits the fitting at the connection point in the flattened configuration
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
- isVisible
- True if the connector is visible, false if not
Return Value
True if successful, false if not
See Also
Availability
SOLIDWORKS Routing 2008 FCS