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


IVector3D.XComponent 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.XComponent Property
ArcGIS Developer Help

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