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