Sets the position of this sketch text.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetCoordinates( _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchText
Dim X As Double
Dim Y As Double
Dim Z As Double
Dim value As Boolean
value = instance.SetCoordinates(X, Y, Z)
|
C# | |
---|
bool SetCoordinates(
double X,
double Y,
double Z
) |
C++/CLI | |
---|
bool SetCoordinates(
& double X,
& double Y,
& double Z
) |
Parameters
- X
X coordinate of the sketch text position
- Y
Y coordinate of the sketch text position
- Z
Z coordinate of the sketch text position
Return Value
True if the sketch text position is successfully set, false if not
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0