Sets the location of this sketch point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetCoords( _
ByVal Xx As Double, _
ByVal Yy As Double, _
ByVal Zz As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchPoint
Dim Xx As Double
Dim Yy As Double
Dim Zz As Double
Dim value As Boolean
value = instance.SetCoords(Xx, Yy, Zz)
|
C# | |
---|
bool SetCoords(
double Xx,
double Yy,
double Zz
) |
C++/CLI | |
---|
bool SetCoords(
& double Xx,
& double Yy,
& double Zz
) |
Parameters
- Xx
X component of the direction vector
- Yy
Y component of the direction vector
- Zz
Z component of the direction vector
Return Value
True if the coordinates is successfully set, false if not
Remarks
See Also
Availability
SolidWorks 2000 FCS, Revision Number 8.0