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


IVector3D.YComponent Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IV > IVector3D Interface > IVector3D.YComponent Property
ArcGIS Developer Help

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(
  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

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