CreateRouteLine Method (IRouteManager)
Creates a routing line.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateRouteLine( _
ByVal P1x As Double, _
ByVal P1y As Double, _
ByVal P1z As Double, _
ByVal P2x As Double, _
ByVal P2y As Double, _
ByVal P2z As Double _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As IRouteManager
Dim P1x As Double
Dim P1y As Double
Dim P1z As Double
Dim P2x As Double
Dim P2y As Double
Dim P2z As Double
Dim value As Object
value = instance.CreateRouteLine(P1x, P1y, P1z, P2x, P2y, P2z)
|
C# | |
---|
object CreateRouteLine(
double P1x,
double P1y,
double P1z,
double P2x,
double P2y,
double P2z
) |
C++/CLI | |
---|
Object^ CreateRouteLine(
& double P1x,
& double P1y,
& double P1z,
& double P2x,
& double P2y,
& double P2z
) |
Parameters
- P1x
- x coordinate for start point of the line
- P1y
- y coordinate for start point of the line
- P1z
- z coordinate for start point of the line
- P2x
- x coordinate for end point of the line
- P2y
- y coordinate for end point of the line
- P2z
- z coordinate for end point of the line
Return Value
Line
See Also
Availability
SolidWorks Routing 2009 FCS