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


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

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