This document is archived and information here might be outdated.  Recommended version.


IVector3D.YComponent Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

IVector3D.YComponent Property

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

 

Vector3D YComponent Example

See Also

IVector3D Interface