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