Gets the coordinates for this edge point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetPointCoordinates( _
ByRef X As Double, _
ByRef Y As Double, _
ByRef Z As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As IEdgePoint
Dim X As Double
Dim Y As Double
Dim Z As Double
instance.GetPointCoordinates(X, Y, Z)
|
C# | |
---|
void GetPointCoordinates(
out double X,
out double Y,
out double Z
) |
C++/CLI | |
---|
void GetPointCoordinates(
& [Out] double X,
& [Out] double Y,
& [Out] double Z
) |
Parameters
- X
- x coordinate for this edge point
- Y
y coordinate for this edge point
- Z
z coordinate for this edge point
See Also
Availability
SolidWorks 2004 FCS, Revision Number 12.0