Gets the target point for the specified row in this callout.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetTargetPoint( _
ByVal RowID As System.Integer, _
ByRef XPos As System.Double, _
ByRef YPos As System.Double, _
ByRef ZPos As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICallout
Dim RowID As System.Integer
Dim XPos As System.Double
Dim YPos As System.Double
Dim ZPos As System.Double
instance.GetTargetPoint(RowID, XPos, YPos, ZPos) |
C# | |
---|
void GetTargetPoint(
System.int RowID,
out System.double XPos,
out System.double YPos,
out System.double ZPos
) |
C++/CLI | |
---|
void GetTargetPoint(
& System.int RowID,
& [Out] System.double XPos,
& [Out] System.double YPos,
& [Out] System.double ZPos
) |
Parameters
- RowID
- Row in callout
- XPos
- x coordinate of target point
- YPos
- y coordinate of target point
- ZPos
- z coordinate of target point
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15