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


IVector3D.XComponent Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geometry)  

IVector3D.XComponent Property

The vector's X component.

[Visual Basic .NET]
Public Property XComponent As Double
[C#]
public double XComponent {get; set;}
[C++]
HRESULT get_XComponent(
  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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

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.

Remarks

 

Vector3D XComponent Example

See Also

IVector3D Interface