This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpPointObject Interface > IGpPointObject.Z Property (ArcObjects .NET 10.4 SDK) |
The Z coordinate.
[Visual Basic .NET] Public Property Z As Double
[C#] public double Z {get; set;}
[C++]
HRESULT get_Z(
double* Z
);
[C++]
HRESULT put_Z(
double Z
);
[C++]
Parameters Z [out, retval] Z is a parameter of type double Z [in] Z is a parameter of type double