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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.
Remarks