Gets or sets the z-coordinate of the point.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public double Z { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Z As Double |
Visual C++ |
---|
public: property double Z { double get (); void set (double value); } |