ArcObjects Library Reference (Geometry)  

IVector3D.ZComponent Property

The vector's Z component.

[Visual Basic .NET]
Public Property ZComponent As Double
[C#]
public double ZComponent {get; set;}
[C++]
HRESULT get_ZComponent(
  double* dz
);
[C++]
HRESULT put_ZComponent(
  double dz
);
[C++]

Parameters

dz [out, retval]   dz is a parameter of type double dz   dz is a parameter of type double

Product Availability

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

Description

Returns and sets the Z Component of the 3 Dimensional vector.  The Z Component corresponds to the displacement from the origin along the Z-Axis.

Remarks

 

Vector3D ZComponent Example

See Also

IVector3D Interface