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