This document is archived and information here might be outdated. Recommended version. |
The vector's Z component.
[Visual Basic .NET]
Public Property ZComponent As Double
[C#]
public double ZComponent {get; set;}
[C++]
HRESULT get_ZComponent(
System.Double* dz
);
[C++]
HRESULT put_ZComponent(
double dz
);
[C++] Parameters dz [out, retval]
dz is a parameter of type double* dz
dz is a parameter of type double
Returns and sets the Z Component of the 3 Dimensional vector. The Z Component corresponds to the displacement from the origin along the Z-Axis.