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