Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

e7d61691 79d3 26bd 2864 5dd51cbffdb8

haplokuon edited this page May 6, 2023 · 1 revision

Z Property

netDxf 3.0.0 Library

Gets or sets the Z component.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public double Z { get; set; }

VB

Public Property Z As Double
	Get
	Set

C++

public:
property double Z {
	double get ();
	void set (double value);
}

F#

member Z : float with get, set

Property Value

Double

See Also

Reference

Vector3 Structure
netDxf Namespace

Clone this wiki locally