Gets or sets the x coordinate of the sketch point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property X As Double |
Visual Basic (Usage) | |
---|
Dim instance As ISketchPoint
Dim value As Double
instance.X = value
value = instance.X
|
C++/CLI | |
---|
property double X {
double get();
void set (double value);
} |
Return Value
x coordinate of the sketch point location
Example
See Also
Availability
SolidWorks 99, datecode 1999207