|  | This document is archived and information here might be outdated. Recommended version. | 
| ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVector3D Interface > IVector3D.YComponent Property (ArcObjects .NET 10.4 SDK) | 
The vector's Y component.
[Visual Basic .NET] Public Property YComponent As Double
[C#] public double YComponent {get; set;}
[C++]
HRESULT get_YComponent(
  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.
